1997-03-04 10:35:21 +01:00
|
|
|
# New ports collection makefile for: angband
|
|
|
|
# Date created: 21 Feb 1997
|
|
|
|
# Whom: Matthew Hunt <mph@pobox.com>
|
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1997-03-04 10:35:21 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 02:45:49 +02:00
|
|
|
PORTNAME= angband
|
2011-11-09 23:40:56 +01:00
|
|
|
PORTVERSION= 3.3.2
|
1997-03-04 10:35:21 +01:00
|
|
|
CATEGORIES= games
|
2011-09-11 23:55:40 +02:00
|
|
|
MASTER_SITES= http://rephial.org/downloads/3.3/
|
|
|
|
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
1997-03-04 10:35:21 +01:00
|
|
|
|
2006-04-15 16:16:30 +02:00
|
|
|
MAINTAINER= pav@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Rogue-like game with color, X11 support
|
1997-03-04 10:35:21 +01:00
|
|
|
|
2007-07-10 22:47:54 +02:00
|
|
|
USE_GMAKE= yes
|
2007-07-28 19:50:26 +02:00
|
|
|
ALL_TARGET= #
|
2002-10-28 23:27:32 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2010-05-04 16:59:54 +02:00
|
|
|
CONFIGURE_ARGS= --with-setgid=games --disable-sdl --disable-sdl-mixer --with-varpath=/var/games/angband
|
2003-01-28 00:16:46 +01:00
|
|
|
.if !defined(WITHOUT_X11)
|
2007-07-10 22:47:54 +02:00
|
|
|
USE_XORG= sm x11
|
2005-07-21 05:36:15 +02:00
|
|
|
CONFIGURE_ARGS+= --with-x
|
2003-01-28 00:16:46 +01:00
|
|
|
.else
|
2005-07-21 05:36:15 +02:00
|
|
|
CONFIGURE_ARGS+= --with-x=no
|
2003-01-28 00:16:46 +01:00
|
|
|
.endif
|
2009-10-01 17:26:53 +02:00
|
|
|
CONFIGURE_ENV= ac_cv_path_mkdir=mkdir
|
2010-10-31 20:57:44 +01:00
|
|
|
CPP= cc -E
|
2003-01-28 00:16:46 +01:00
|
|
|
|
|
|
|
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
|
1997-10-27 10:48:06 +01:00
|
|
|
|
2009-10-13 14:50:00 +02:00
|
|
|
post-patch:
|
2011-04-12 09:45:17 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-Wno-missing-field-initializers ||; s|/games$$|/bin|' ${WRKSRC}/configure
|
2009-10-13 14:50:00 +02:00
|
|
|
|
1997-03-04 10:35:21 +01:00
|
|
|
.include <bsd.port.mk>
|