2000-09-24 03:03:59 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2000/09/24 07:04:05 brad Exp $
|
1999-04-30 17:41:06 -04:00
|
|
|
|
2000-07-09 21:28:38 -04:00
|
|
|
DISTNAME= dopewars-1.4.8
|
1999-04-30 17:41:06 -04:00
|
|
|
CATEGORIES= games
|
2000-09-24 03:03:59 -04:00
|
|
|
NEED_VERSION= 1.330
|
2000-07-09 21:28:38 -04:00
|
|
|
MASTER_SITES= http://www.evansville.net/~goatpop/ \
|
|
|
|
http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
|
1999-04-30 17:41:06 -04:00
|
|
|
|
2000-07-18 03:15:14 -04:00
|
|
|
HOMEPAGE= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
|
|
|
|
|
2000-09-24 03:03:59 -04:00
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
2000-03-16 18:06:43 -05:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-03-18 19:57:35 -05:00
|
|
|
USE_GMAKE= Yes
|
2000-06-10 16:58:44 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2000-03-17 22:56:51 -05:00
|
|
|
|
|
|
|
DOCS= index.html installation.html clientplay.html server.html \
|
|
|
|
credits.html aiplayer.html configfile.html commandline.html \
|
|
|
|
developer.html metaserver.html servercommands.html LICENCE \
|
|
|
|
README
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dopewars
|
2000-08-06 23:54:15 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dopewars
|
2000-03-17 22:56:51 -05:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dopewars ${PREFIX}/bin
|
2000-03-19 22:10:01 -05:00
|
|
|
@chown root.games ${PREFIX}/bin/dopewars
|
|
|
|
@chmod 2755 ${PREFIX}/bin/dopewars
|
2000-08-06 23:54:15 -04:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/example-cfg ${PREFIX}/share/examples/dopewars/dopewars-cfg.sample
|
2000-03-17 22:56:51 -05:00
|
|
|
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/dopewars
|
1999-04-30 17:41:06 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|