summaryrefslogtreecommitdiff
path: root/net/nidentd/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-03-27 22:25:18 +0000
committerhubertf <hubertf@pkgsrc.org>2002-03-27 22:25:18 +0000
commitacb1c365f5430a7f91981af0a0be7749623f35ea (patch)
tree08215ea95c5185d5dcbbd01160b8466ba2592cb4 /net/nidentd/Makefile
parent13f685bb2dc80e8b702660d90a71f8cb94457545 (diff)
downloadpkgsrc-acb1c365f5430a7f91981af0a0be7749623f35ea.tar.gz
Add nidentd-0.3.
A IPv6 and IPv4+NAT enabled identd that's absed on lsof for all the kernel digging stuff.
Diffstat (limited to 'net/nidentd/Makefile')
-rw-r--r--net/nidentd/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/nidentd/Makefile b/net/nidentd/Makefile
new file mode 100644
index 00000000000..4cbd5071f3d
--- /dev/null
+++ b/net/nidentd/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/03/27 22:25:18 hubertf Exp $
+#
+
+DISTNAME= nidentd-0.3
+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
+
+DEPENDS+= lsof-*:../../sysutils/lsof
+
+WRKSRC= ${WRKDIR}/nidentd
+
+do-build:
+ ${SED} \
+ -e 's,@LOCALBASE@,${LOCALBASE},' \
+ <${WRKSRC}/nidentd.sh >${WRKSRC}/nidentd
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/identn.conf ${PREFIX}/etc/nidentd.conf.example ; \
+ ${INSTALL_SCRIPT} ${WRKSRC}/nidentd ${PREFIX}/libexec
+
+.include "../../mk/bsd.pkg.mk"