1999-06-06 13:44:31 -04:00
|
|
|
# New ports collection makefile for: dopewars
|
|
|
|
# Date created: 16 May 1999
|
1999-08-14 05:49:09 -04:00
|
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
1999-06-06 13:44:31 -04:00
|
|
|
#
|
1999-08-25 02:06:33 -04:00
|
|
|
# $FreeBSD$
|
1999-06-06 13:44:31 -04:00
|
|
|
#
|
|
|
|
|
2000-04-14 02:43:02 -04:00
|
|
|
PORTNAME= dopewars
|
|
|
|
PORTVERSION= 1.4.7
|
1999-06-06 13:44:31 -04:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
|
|
|
|
|
1999-08-14 05:49:09 -04:00
|
|
|
MAINTAINER= jim@FreeBSD.org
|
1999-06-06 13:44:31 -04:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2000-01-14 19:55:06 -05:00
|
|
|
GNU_CONFIGURE= yes
|
1999-06-06 13:44:31 -04:00
|
|
|
|
|
|
|
post-install:
|
2000-01-14 19:55:06 -05:00
|
|
|
@${ECHO} "===> Documentation is installed in ${PREFIX}/share/doc/dopewars"
|
1999-08-14 05:49:09 -04:00
|
|
|
@${ECHO} "===> Run 'dopewars -h' for usage options."
|
1999-06-06 13:44:31 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|