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>
This commit is contained in:
parent
6d2420d129
commit
1eb4ddca21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19269
28
games/dopewars/Makefile
Normal file
28
games/dopewars/Makefile
Normal file
@ -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>
|
1
games/dopewars/distinfo
Normal file
1
games/dopewars/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (dopewars-1.4.2.tar.gz) = 3e1ee237f36e323f7631ded652254a52
|
1
games/dopewars/pkg-comment
Normal file
1
games/dopewars/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A UNIX rewrite of a game originally based on "Drug Wars".
|
10
games/dopewars/pkg-descr
Normal file
10
games/dopewars/pkg-descr
Normal file
@ -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>
|
1
games/dopewars/pkg-plist
Normal file
1
games/dopewars/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/dopewars
|
Loading…
Reference in New Issue
Block a user