summaryrefslogtreecommitdiff
path: root/net/ripe-whois-tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ripe-whois-tools/Makefile')
-rw-r--r--net/ripe-whois-tools/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/ripe-whois-tools/Makefile b/net/ripe-whois-tools/Makefile
new file mode 100644
index 00000000000..5d42024aba6
--- /dev/null
+++ b/net/ripe-whois-tools/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/18 11:39:29 rh Exp $
+#
+
+DISTNAME= ripe-whois-tools-2.4
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.ripe.net/tools/
+
+MAINTAINER= seb@pbox.org
+COMMENT= RIPE WHOIS client and tools
+
+WRKSRC= ${WRKDIR}
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+EXTRA_LIBS= -lcrypt
+.endif
+
+MAKE_ENV+= EXTRA_LIBS=${EXTRA_LIBS}
+
+.include "../../mk/bsd.pkg.mk"