diff options
author | asami <asami@FreeBSD.org> | 1995-09-12 10:29:42 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-09-12 10:29:42 +0000 |
commit | c2660a8211b38001e712ec16e632270261912379 (patch) | |
tree | a22b584e7d86651efe20cb31f028b972722a278e /games/xbill/Makefile | |
parent | af0e0d67f931f944f263a257453e621e78a0aa52 (diff) | |
download | FreeBSD-ports-c2660a8211b38001e712ec16e632270261912379.zip FreeBSD-ports-c2660a8211b38001e712ec16e632270261912379.tar.gz |
Squash the evil Bills!
Requested by: Wolfram Schneider <wosch@cs.tu-berlin.de>
Diffstat (limited to 'games/xbill/Makefile')
-rw-r--r-- | games/xbill/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile new file mode 100644 index 0000000..50954af --- /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> |