1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/games/angband/Makefile

39 lines
783 B
Makefile
Raw Normal View History

# New ports collection makefile for: angband
# Date created: 21 Feb 1997
# Whom: Matthew Hunt <mph@pobox.com>
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
PORTNAME= angband
PORTVERSION= 3.0.6
CATEGORIES= games
MASTER_SITES= http://angband.oook.cz/download/
2006-04-15 14:16:30 +00:00
MAINTAINER= pav@FreeBSD.org
COMMENT= Rogue-like game with color, X11 support
2002-10-28 22:27:32 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-setgid=games
.if !defined(WITHOUT_X11)
2002-10-28 22:27:32 +00:00
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>