![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / devel / cqual / Makefile (download)
Revision 1.10, Sat Mar 4 21:29:13 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.10 2006/03/04 21:29:13 jlam Exp $ # DISTNAME= cqual-0.991 PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cqual/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cqual.sourceforge.net/ COMMENT= Tool for adding type qualifiers to C USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake perl:run bison REPLACE_PERL+= bin/* INSTALLATION_DIRS= share/doc/cqual share/examples/cqual .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" && ${OS_VERSION} == "5.8" pre-build: ${ECHO} "/* empty dummy header */" > ${BUILDLINK_DIR:Q}/include/stdint.h .endif post-install: ${INSTALL_DATA} ${WRKSRC:Q}/doc/user-guide.pdf ${PREFIX:Q}/share/doc/cqual/ ${INSTALL_DATA} ${WRKSRC:Q}/examples/* ${PREFIX:Q}/share/examples/cqual/ .include "../../mk/emacs.mk" .include "../../mk/bsd.pkg.mk"