aboutsummaryrefslogtreecommitdiff
path: root/games/xbill/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-09-12 10:29:42 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-09-12 10:29:42 +0000
commit1e22ea5eec3b8f4bd9b2fe5a30c9ee5e0b730b33 (patch)
tree4d7a309ae41ff21edaa0631c1e63f9f59fec4d66 /games/xbill/Makefile
parent1568660753bd7a90485d48754f2d7d7cb5dec673 (diff)
downloadports-1e22ea5eec3b8f4bd9b2fe5a30c9ee5e0b730b33.tar.gz
ports-1e22ea5eec3b8f4bd9b2fe5a30c9ee5e0b730b33.zip
Squash the evil Bills!
Requested by: Wolfram Schneider <wosch@cs.tu-berlin.de>
Notes
Notes: svn path=/head/; revision=2142
Diffstat (limited to 'games/xbill/Makefile')
-rw-r--r--games/xbill/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile
new file mode 100644
index 000000000000..50954afa3f73
--- /dev/null
+++ b/games/xbill/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: xbill
+# Version required: 1.1
+# Date created: 12 September 1995
+# Whom: asami
+#
+# $Id: Makefile,v 1.5 1995/04/11 00:20:20 asami Exp $
+#
+
+DISTNAME= xbill-1.1
+CATEGORIES+= games
+MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/games/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= asami@FreeBSD.ORG
+
+USE_IMAKE= yes
+WRKSRC= ${WRKDIR}/xbill
+NO_INSTALL_MANPAGES= yes
+
+post-install:
+ cp ${WRKSRC}/README ${PREFIX}/lib/xbill
+
+.include <bsd.port.mk>