summaryrefslogtreecommitdiff
path: root/games/dopewars/Makefile
blob: f1264f785ce61bfbb173ec8ab4e0ff032a6f9ca0 (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
# Version required:		1.4.3
# Date created:			16 May 1999
# Whom:				Jim Mock <jim@FreeBSD.org>
#
# $Id: Makefile,v 1.2 1999/06/26 08:37:27 cpiazza Exp $
#

DISTNAME=	dopewars-1.4.3
CATEGORIES=	games
MASTER_SITES=	http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/

MAINTAINER=	jim@FreeBSD.org

USE_GMAKE=	yes

do-build:
	(cd ${WRKSRC} && ${GMAKE})

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/dopewars ${PREFIX}/bin

post-install:
	@${ECHO} "===>   Run 'dopewars -h' for usage options."

.include <bsd.port.mk>