blob: 5d3c4425f85ba9cdf657baf3e3f566168385e775 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.5 2001/02/16 15:10:47 wiz Exp $
DISTNAME= dopewars-1.4.8
CATEGORIES= games
MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ \
${MASTER_SITE_SOURCEFORGE:=dopewars/} \
http://berlin.sfai.edu/~tobi/dopewars/files/ \
http://www.ideenpark.de/dopewars/files/
MAINTAINER= root@garbled.net
HOMEPAGE= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
COMMENT= Make a fortune dealing drugs on the streets of New York
USE_CURSES= YES
USE_GMAKE= YES
REPLACE_NCURSES= ${WRKSRC}/configure
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-networking
# datadir is the place the score file is saved
CONFIGURE_ARGS+= --datadir=/var/games
.include "../../mk/bsd.pkg.mk"
|