openbsd-ports/games/dopewars/Makefile
brad 641ac6dc07 - move example config file from share/doc/dopewars to
share/examples/dopewars
- ${FOO} -> $FOO in INSTALL/DEINSTALL
- use $SCORE_FILE as part of do_install() in INSTALL
2000-08-07 03:54:15 +00:00

36 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.14 2000/08/07 03:54:15 brad Exp $
DISTNAME= dopewars-1.4.8
CATEGORIES= games
NEED_VERSION= 1.310
MASTER_SITES= http://www.evansville.net/~goatpop/ \
http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
HOMEPAGE= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
MAINTAINER= brad@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
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_DATA_DIR} ${PREFIX}/share/examples/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/examples/dopewars/dopewars-cfg.sample
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/dopewars
.include <bsd.port.mk>