blob: 5712e3647dfceec7cb0420f05968ced69bc20b09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: dopewars
# Date created: 16 May 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dopewars
PORTVERSION= 1.5.1
CATEGORIES= games
MASTER_SITES= http://dopewars.sourceforge.net/ \
http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
MAINTAINER= jim@FreeBSD.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GTK= yes
USE_X_PREFIX= yes
CONFIGURE_ARGS= --enable-nls
DOPEWARS= ${PKGNAME}
PLIST_SUB= DOPEWARS=${DOPEWARS}
.include <bsd.port.mk>
|