![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / net / tsocks / Makefile (download)
Revision 1.9, Sat Mar 4 21:30:25 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:25 jlam Exp $ # DISTNAME= tsocks-1.8beta5 PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tsocks/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://tsocks.sourceforge.net/ COMMENT= Transparent SOCKS proxying library WRKSRC= ${WRKDIR}/tsocks-1.8 GNU_CONFIGURE= YES USE_TOOLS+= gmake USE_LIBTOOL= yes CONFIGURE_ARGS+= --with-conf=${PKG_SYSCONFDIR}/tsocks.conf EGDIR= ${PREFIX}/share/examples/tsocks SUBST_CLASSES+= tsocks SUBST_STAGE.tsocks= post-configure SUBST_MESSAGE.tsocks= "Generating tsocks wrapper script." SUBST_FILES.tsocks= tsocks SUBST_SED.tsocks= -e "s|@SH@|${SH}|g" -e "s|@PREFIX@|${PREFIX}|g" post-extract: ${RM} -f ${WRKSRC}/config.cache ${CP} ${FILESDIR}/tsocks.sh ${WRKSRC}/tsocks post-configure: subst-tsocks post-install: ${INSTALL_SCRIPT} ${WRKSRC}/tsocks ${PREFIX}/bin ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/tsocks.conf.complex.example \ ${EGDIR}/tsocks.conf.complex ${INSTALL_DATA} ${WRKSRC}/tsocks.conf.simple.example \ ${EGDIR}/tsocks.conf.simple .include "../../mk/bsd.pkg.mk"