openbsd-ports/games/wanderer/Makefile

30 lines
586 B
Makefile
Raw Normal View History

2004-10-01 05:48:48 -04:00
# $OpenBSD: Makefile,v 1.3 2004/10/01 09:48:48 xsa Exp $
COMMENT= "Rogue like adventure game"
VERSION= 3.2
DISTNAME= wanderer-${VERSION}
CATEGORIES= games
HOMEPAGE= http://www.surferz.net/~marina/
MAINTAINER= Marina Brown <marina@surferz.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
2003-04-17 06:58:12 -04:00
NO_REGRESS= Yes
2004-10-01 05:48:48 -04:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wanderer
${INSTALL_DATA} /dev/null \
${PREFIX}/share/examples/wanderer/wandererscores
.include <bsd.port.mk>