25 lines
441 B
Makefile
25 lines
441 B
Makefile
# $OpenBSD: Makefile,v 1.2 2003/04/17 10:58:12 wilfried 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}
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|