diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-06 17:44:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-06 17:44:31 +0000 |
commit | 1eb4ddca21c46eb90006f7bfadeba8e1571c7e56 (patch) | |
tree | 8a8716d0fd8b1a0fcb5be6d5aacf7a4a8bde29d6 /games/dopewars/Makefile | |
parent | 6d2420d1291aed3524c390740af5d3a3f4f9aba5 (diff) |
Initial import of dopewars version 1.4.2.
A UNIX rewrite of a game orginally based on "Drug Wars".
PR: 11731
Submitted by: Jim Mock <jim@phrantic.phear.net>
Notes
Notes:
svn path=/head/; revision=19269
Diffstat (limited to 'games/dopewars/Makefile')
-rw-r--r-- | games/dopewars/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile new file mode 100644 index 000000000000..1ccc020e8417 --- /dev/null +++ b/games/dopewars/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: dopewars +# Version required: 1.4.2 +# Date created: 16 May 1999 +# Whom: Jim Mock <jim@phrantic.phear.net> +# +# $Id$ +# + +DISTNAME= dopewars-1.4.2 +CATEGORIES= games +MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ + +MAINTAINER= jim@phrantic.phear.net + +USE_GMAKE= yes + +do-build: + (cd ${WRKSRC} && ${GMAKE}) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/dopewars ${PREFIX}/bin + +post-install: + @${ECHO} " " + @${ECHO} "===> Run 'dopewars -h' for usage options." + @${ECHO} " " + +.include <bsd.port.mk> |