openbsd-ports/games/dopewars/Makefile

35 lines
1023 B
Makefile
Raw Normal View History

2000-07-18 03:15:14 -04:00
# $OpenBSD: Makefile,v 1.13 2000/07/18 07:15:14 brad Exp $
2000-07-09 21:28:38 -04:00
DISTNAME= dopewars-1.4.8
CATEGORIES= games
2000-07-09 21:28:38 -04:00
NEED_VERSION= 1.310
MASTER_SITES= http://www.evansville.net/~goatpop/ \
http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
2000-07-18 03:15:14 -04:00
HOMEPAGE= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
MAINTAINER= 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
CONFIGURE_STYLE= gnu
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
${INSTALL_PROGRAM} ${WRKSRC}/dopewars ${PREFIX}/bin
@chown root.games ${PREFIX}/bin/dopewars
@chmod 2755 ${PREFIX}/bin/dopewars
${INSTALL_DATA} ${WRKSRC}/example-cfg ${PREFIX}/share/doc/dopewars/dopewars-cfg.sample
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/dopewars
.include <bsd.port.mk>