36 lines
751 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2001/08/08 23:36:28 lebel Exp $
# Original from: Robert Ruehlmann
2000-04-16 21:03:12 +00:00
COMMENT= "rogue-like game with X11 support"
COMMENT-no_x11= "rogue-like game"
DISTNAME= angband-2.9.3
CATEGORIES= games
NEED_VERSION= 1.433
2000-04-16 21:03:12 +00:00
HOMEPAGE= http://thangorodrim.angband.org/
2000-08-06 21:41:50 +00:00
MAINTAINER= Carsten Ilchmann <ci2@gmx.net>
2000-04-16 21:03:12 +00:00
2000-08-06 21:41:50 +00:00
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= No
2000-08-06 21:41:50 +00:00
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://clockwork.dementia.org/angband/Source/ \
ftp://ftp.sunet.se/pub/games/Angband/Source/
2000-04-16 21:03:12 +00:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-setgid=games
2000-04-16 21:03:12 +00:00
FLAVORS= no_x11
2000-04-19 00:17:18 +00:00
FLAVOR?=
.if ${FLAVOR:L:Mno_x11}
CONFIGURE_ARGS+= --without-x
.else
CONFIGURE_ARGS+= --with-x
2000-04-19 00:17:18 +00:00
.endif
2000-04-16 21:03:12 +00:00
.include <bsd.port.mk>