summaryrefslogtreecommitdiff
path: root/net/nocol/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-07-24 13:36:52 +0000
committeragc <agc@pkgsrc.org>1998-07-24 13:36:52 +0000
commit672f3070e99bf1a31cf33de32f58be8b13587b70 (patch)
treeb2147119d68edb47dcdc8f445fd582b80e65efa2 /net/nocol/Makefile
parentabf7932c8d6fcc115b9b068777d6d1ed7acb00df (diff)
downloadpkgsrc-672f3070e99bf1a31cf33de32f58be8b13587b70.tar.gz
Initial import of nocol-4.2b6, "an extensible network and system
monitoring utility" into the NetBSD packages collection.
Diffstat (limited to 'net/nocol/Makefile')
-rw-r--r--net/nocol/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/nocol/Makefile b/net/nocol/Makefile
new file mode 100644
index 00000000000..c11af9c8336
--- /dev/null
+++ b/net/nocol/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 1998/07/24 13:36:52 agc Exp $
+#
+
+DISTNAME= nocol-4.2beta6
+PKGNAME= nocol-4.2b6
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.navya.com/pub/vikas/
+
+MAINTAINER= packages@netbsd.org
+
+USE_PERL= yes
+
+INSTALL_TARGET= install root
+
+.ifndef FQDN
+FQDN!= /usr/sbin/host `/bin/hostname` | /usr/bin/awk '{ print $$1; exit }'
+.endif
+
+post-patch:
+ @${SED} -e 's|@prefix@|${PREFIX}|g' -e 's|@FQDN@|${FQDN}|g' ${FILESDIR}/answers > ${WRKSRC}/answers
+
+do-configure:
+ (cd ${WRKSRC}; ./Configure < answers)
+
+.include "../../mk/bsd.pkg.mk"