![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / editors / cooledit / Makefile (download)
Revision 1.21, Sat Mar 4 21:29:31 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.21 2006/03/04 21:29:31 jlam Exp $ DISTNAME= cooledit-3.17.17 PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/apps/editors/X/cooledit/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cooledit.sourceforge.net/ COMMENT= Full-featured text editor BUILD_USES_MSGFMT= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig post-configure: if ${GREP} -q mbstate_t /usr/include/machine/ansi.h ; then :; else \ ${MV} ${WRKSRC}/config.h ${WRKSRC}/config.h.bak ; \ ${SED} 's;^.*HAVE_WCHAR_H.*$$;/* mbstate_t is missing from machine/ansi.h */;g' \ < ${WRKSRC}/config.h.bak > ${WRKSRC}/config.h ; \ fi .include "../../devel/gettext-lib/buildlink3.mk" .include "../../graphics/xpm/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk"