![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / editors / vigor / Makefile (download)
Revision 1.25, Sat Mar 4 21:29:33 2006 UTC (17 years, 9 months ago) by jlam
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. |
# $NetBSD: Makefile,v 1.25 2006/03/04 21:29:33 jlam Exp $ # DISTNAME= vigor-0.016 PKGREVISION= 3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vigor/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://vigor.sourceforge.net/ COMMENT= nvi with excessive online "help" BROKEN_IN= pkgsrc-2005Q4 CONFLICTS+= nvi-[0-9]* GNU_CONFIGURE= yes CONFIGURE_DIRS= build CONFIGURE_ENV+= TCLCONFIG_SH=${TCLCONFIG_SH:Q} CONFIGURE_ENV+= vi_cv_path_shell=${TOOLS_SH:Q} CONFIGURE_ARGS+=--with-x # --enable-perlinterp \ # --disable-curses \ # --disable-db \ # --disable-re USE_TOOLS+= sh BUILD_DIRS= ${CONFIGURE_DIRS} .include "../../lang/tcl/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" .if exists(/usr/include/sys/queue.h) # this file obscures the system header post-patch: ${RM} -f ${WRKSRC}/include/sys/queue.h .endif post-build: nroff -mandoc ${WRKSRC}/docs/USD.doc/vi.man/vi.1 >${WRKSRC}/docs/USD.doc/vi.man/vi.0 .include "../../mk/bsd.pkg.mk"