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 | |
parent | Initial import of phalanx version 21. (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')
-rw-r--r-- | games/dopewars/Makefile | 28 | ||||
-rw-r--r-- | games/dopewars/distinfo | 1 | ||||
-rw-r--r-- | games/dopewars/pkg-comment | 1 | ||||
-rw-r--r-- | games/dopewars/pkg-descr | 10 | ||||
-rw-r--r-- | games/dopewars/pkg-plist | 1 |
5 files changed, 41 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> diff --git a/games/dopewars/distinfo b/games/dopewars/distinfo new file mode 100644 index 000000000000..e7c7c9cac7c5 --- /dev/null +++ b/games/dopewars/distinfo @@ -0,0 +1 @@ +MD5 (dopewars-1.4.2.tar.gz) = 3e1ee237f36e323f7631ded652254a52 diff --git a/games/dopewars/pkg-comment b/games/dopewars/pkg-comment new file mode 100644 index 000000000000..7563d801443e --- /dev/null +++ b/games/dopewars/pkg-comment @@ -0,0 +1 @@ +A UNIX rewrite of a game originally based on "Drug Wars". diff --git a/games/dopewars/pkg-descr b/games/dopewars/pkg-descr new file mode 100644 index 000000000000..ef1a9a32e825 --- /dev/null +++ b/games/dopewars/pkg-descr @@ -0,0 +1,10 @@ +The idea of dopewars is to deal drugs on the streets of New York, +amassing a huge fortune and paying off the loan shark, while avoiding +the ever-annoying police. The UNIX rewrite, as well as featuring a +so-called "antique" mode which closely follows the original, +introduces new features such as the ability to take part in +multi-player games. + +WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ + +- Jim <jim@phrantic.phear.net> diff --git a/games/dopewars/pkg-plist b/games/dopewars/pkg-plist new file mode 100644 index 000000000000..8d1fd3ccc4db --- /dev/null +++ b/games/dopewars/pkg-plist @@ -0,0 +1 @@ +bin/dopewars |