diff options
author | garbled <garbled@pkgsrc.org> | 1999-07-01 08:27:30 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-07-01 08:27:30 +0000 |
commit | 8f0093345d34da613174141316fee06099b72517 (patch) | |
tree | 9d7ad5fb42e84ed81ff255e65ae52273b4360c16 /games/dopewars/Makefile | |
parent | 79e0260c8f22191346e610f46fb7ae9712b1b669 (diff) | |
download | pkgsrc-8f0093345d34da613174141316fee06099b72517.tar.gz |
New pkg for dopewars-1.4.3
(I used to love this game on the PC)
Make a fortune dealing drugs on the streets of New York
Diffstat (limited to 'games/dopewars/Makefile')
-rw-r--r-- | games/dopewars/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile new file mode 100644 index 00000000000..244458967d9 --- /dev/null +++ b/games/dopewars/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/07/01 08:27:30 garbled Exp $ + +DISTNAME= dopewars-1.4.3 +CATEGORIES= games +MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ + +MAINTAINER= root@garbled.net +HOMEPAGE= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ + +DEPENDS+= ncurses-1.9.9g:../../devel/ncurses + +ALL_TARGET= dopewars +LDFLAGS+= -L${LOCALBASE}/lib + +.include "../../mk/bsd.pkg.mk" |