summaryrefslogtreecommitdiff
path: root/games/xbill/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-08-15 14:19:52 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-08-15 14:19:52 +0000
commit72d08862a052ede48ca9fb43ca86d98272923ef6 (patch)
treed836ee9a5f2ecb659b32519dd18dbf69402c7df4 /games/xbill/Makefile
parent71650b0a1b640f6b584e4079e75f10d1418a88e1 (diff)
downloadpkgsrc-72d08862a052ede48ca9fb43ca86d98272923ef6.tar.gz
Initial addition of xbill-2.0 - stop the dreaded Windows virus from
infecting computers. Closes pr 5947 by Tim Rightnour.
Diffstat (limited to 'games/xbill/Makefile')
-rw-r--r--games/xbill/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile
new file mode 100644
index 00000000000..59da2e28854
--- /dev/null
+++ b/games/xbill/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 1998/08/15 14:19:52 frueauf Exp $
+#
+
+DISTNAME= xbill-2.0
+CATEGORIES= games x11
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= games
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= root@garbled.net
+
+DEPENDS+= xpm-3.4k:../../graphics/xpm
+
+NO_INSTALL_MANPAGES= yes
+USE_IMAKE= yes
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/xbill.man ${PREFIX}/man/man6/xbill.6
+
+.include "../../mk/bsd.pkg.mk"