1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/games/dopewars/Makefile
Chris Piazza e29cb886bb Update to 1.4.3
PR:	12397
Submitted by:	Jim Mock <jim@phrantic.phear.net>
1999-06-26 08:37:32 +00:00

29 lines
593 B
Makefile

# New ports collection makefile for: dopewars
# Version required: 1.4.3
# Date created: 16 May 1999
# Whom: Jim Mock <jim@phrantic.phear.net>
#
# $Id: Makefile,v 1.1.1.1 1999/06/06 17:44:29 steve Exp $
#
DISTNAME= dopewars-1.4.3
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>