freebsd-ports/games/angband/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

39 lines
799 B
Makefile

# New ports collection makefile for: angband
# Date created: 21 Feb 1997
# Whom: Matthew Hunt <mph@pobox.com>
#
# $FreeBSD$
#
PORTNAME= angband
PORTVERSION= 3.0.6
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://angband.oook.cz/download/
MAINTAINER= pav@FreeBSD.org
COMMENT= Rogue-like game with color, X11 support
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-setgid=games
.if !defined(WITHOUT_X11)
USE_XLIB= yes
CONFIGURE_ARGS+= --with-x
.else
CONFIGURE_ARGS+= --with-x=no
.endif
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
pre-fetch:
.if !defined(WITHOUT_X11)
@${ECHO_MSG} "You could define WITHOUT_X11, if you don't want X support"
.else
@${ECHO_MSG} "Building without X support"
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>