![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / net / mrt / Attic / Makefile (download)
Revision 1.9, Sat Mar 4 21:30:20 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.9 2006/03/04 21:30:20 jlam Exp $ # DISTNAME= mrt-2.2.2a-Aug11 PKGNAME= mrt-2.2.2a.20000811 CATEGORIES= net MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mrtd.net/ COMMENT= Multi-threaded Routing Toolkit WRKSRC= ${WRKDIR}/mrt/src GNU_CONFIGURE= yes PLIST_SRC= ${WRKSRC}/.PLIST_SRC # nuke yet-to-be-ready directories, configure.in is written in a strange way post-extract: (cd ${WRKSRC}/programs; ${RM} -fr route_tracker sospf srip) post-install: ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC} ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mrt ${INSTALL_DATA} ${WRKSRC}/programs/*/*.conf \ ${PREFIX}/share/examples/mrt (cd ${PREFIX}; ${FIND} share/examples/mrt -type f -print \ >> ${PLIST_SRC}) (cd ${PREFIX}; ${FIND} share/examples/mrt -type d -print | \ ${SORT} -r | ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}) .include "../../mk/bsd.pkg.mk"