pkgsrc/net/nidentd/Makefile
hubertf 51a52b7184 Bump to 1.0nb1: Fix bug in handling of masquerading.
Original patch by Simas Mockevicius <symka@vejas.lt>
2003-10-07 19:35:34 +00:00

26 lines
754 B
Makefile

# $NetBSD: Makefile,v 1.7 2003/10/07 19:35:34 hubertf Exp $
#
DISTNAME= nidentd-1.0
PKGREVISION= 1
CATEGORIES= net sysutils
MASTER_SITES= ftp://ftp.tgr.lubin.edu.pl/pub/NetBSD/nidentd/
EXTRACT_SUFX= .tgz
MAINTAINER= hubertf@NetBSD.org
COMMENT= identd that supports IPv4, IPv6, NAT, fake and random
DEPENDS+= lsof>=4.61:../../sysutils/lsof
do-build:
${SED} \
-e 's,@LOCALBASE@,${LOCALBASE},' \
<${WRKSRC}/nidentd >${WRKSRC}/nidentd.tmp
${MV} ${WRKSRC}/nidentd.tmp ${WRKSRC}/nidentd
do-install:
${INSTALL_DATA} ${WRKSRC}/nidentd.nat ${PREFIX}/etc/nidentd.nat.example ; \
${INSTALL_DATA} ${WRKSRC}/nidentd.fake ${PREFIX}/etc/nidentd.fake.example ; \
${INSTALL_SCRIPT} ${WRKSRC}/nidentd ${PREFIX}/libexec
.include "../../mk/bsd.pkg.mk"