![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / security / portsentry / Makefile (download)
Revision 1.16, Sat Mar 4 21:30:37 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.16 2006/03/04 21:30:37 jlam Exp $ # DISTNAME= portsentry-1.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sentrytools/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/sentrytools/ COMMENT= Detects and respond to port scans against a target host in real-time WRKSRC= ${WRKDIR}/portsentry_beta BUILD_TARGET= ${LOWER_OPSYS} EGDIR= ${PREFIX}/share/examples/portsentry CONF_FILES= ${EGDIR}/portsentry.conf ${PKG_SYSCONFDIR}/portsentry.conf CONF_FILES+= ${EGDIR}/portsentry.ignore ${PKG_SYSCONFDIR}/portsentry.ignore post-patch: @cd ${WRKSRC}; \ case ${OPSYS} in \ NetBSD) netbsd=""; solaris="#" ;; \ SunOS) netbsd="#"; solaris="" ;; \ esac; \ for f in portsentry.conf portsentry_config.h; do \ ${MV} $$f $$f.prefix; \ ${SED} -e 's|@PREFIX@|${PREFIX}|g' \ -e 's|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g' \ -e 's|@netbsd@|'$$netbsd'|g' \ -e 's|@solaris@|'$$solaris'|g' \ $$f.prefix > $$f; \ done post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/portsentry ${INSTALL_DATA} ${WRKSRC}/README.install ${PREFIX}/share/doc/portsentry ${INSTALL_DATA} ${WRKSRC}/README.methods ${PREFIX}/share/doc/portsentry .include "../../mk/bsd.pkg.mk"