summaryrefslogtreecommitdiff
path: root/net/nidentd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/nidentd/Makefile')
-rw-r--r--net/nidentd/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/nidentd/Makefile b/net/nidentd/Makefile
index e1023ac9afa..dc3c4072fcf 100644
--- a/net/nidentd/Makefile
+++ b/net/nidentd/Makefile
@@ -1,25 +1,25 @@
-# $NetBSD: Makefile,v 1.3 2002/03/29 17:10:02 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 2002/05/05 23:51:27 hubertf Exp $
#
-DISTNAME= nidentd-0.4
+DISTNAME= nidentd-1.0
CATEGORIES= net sysutils
MASTER_SITES= ftp://ftp.arhea.net/pub/NetBSD/nidentd/
EXTRACT_SUFX= .tgz
MAINTAINER= hubertf@netbsd.org
-COMMENT= identd that supports IPv4, IPv6 and NAT
+COMMENT= identd that supports IPv4, IPv6, NAT, fake and random
-DEPENDS+= lsof-*:../../sysutils/lsof
-
-WRKSRC= ${WRKDIR}/nidentd
+DEPENDS+= lsof>=4.61:../../sysutils/lsof
do-build:
${SED} \
-e 's,@LOCALBASE@,${LOCALBASE},' \
- <${WRKSRC}/nidentd.sh >${WRKSRC}/nidentd
+ <${WRKSRC}/nidentd >${WRKSRC}/nidentd.tmp
+ ${MV} ${WRKSRC}/nidentd.tmp ${WRKSRC}/nidentd
do-install:
- ${INSTALL_DATA} ${WRKSRC}/identn.conf ${PREFIX}/etc/nidentd.conf.example ; \
+ ${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"