summaryrefslogtreecommitdiff
path: root/games/dopewars/Makefile
blob: 1ccc020e8417fa88c691640c7de22cd104501814 (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
27
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>