summaryrefslogtreecommitdiff
path: root/games/adonthell/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-05-13 02:08:00 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-05-13 02:08:00 +0000
commit3812ced64f4cbaf1b87a6c26c9632a8785d854eb (patch)
treef7a10c63484b75f12d377d12054e0397f268267f /games/adonthell/Makefile
parentUpgrade to 1.05, and assign MAINTAINER to submitter. (diff)
Add adonthell 0.3.3, a free role playing game.
PR: 52029 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
Notes
Notes: svn path=/head/; revision=80871
Diffstat (limited to 'games/adonthell/Makefile')
-rw-r--r--games/adonthell/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile
new file mode 100644
index 000000000000..02919b71a55d
--- /dev/null
+++ b/games/adonthell/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: adonthell
+# Date created: Sat May 10 15:26:09 CEST 2003
+# Whom: Miguel Mendez <flynn@energyhq.es.eu.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= adonthell
+PORTVERSION= 0.3.3
+CATEGORIES= games
+MASTER_SITES= http://savannah.nongnu.org/download/${PORTNAME}/src/
+DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
+ wastesedge-${PORTVERSION}${EXTRACT_SUFX}
+
+MAINTAINER= flynn@energyhq.es.eu.org
+COMMENT= A free role playing game
+
+BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
+LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
+ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
+ vorbis.2:${PORTSDIR}/audio/libvorbis
+
+USE_PYTHON= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-py-debug
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= SDL_CONFIG=${LOCALBASE}/bin/sdl11-config \
+ LDFLAGS=-L${LOCALBASE}/lib
+
+post-install:
+ cd ${WRKDIR}/wastesedge-${PORTVERSION} && \
+ ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS} \
+ --with-adonthell-binary=${PREFIX}/bin/${PORTNAME} \
+ ${CONFIGURE_TARGET}
+ cd ${WRKDIR}/wastesedge-${PORTVERSION} && ${GMAKE}
+ cd ${WRKDIR}/wastesedge-${PORTVERSION} && ${GMAKE} install
+
+.include <bsd.port.mk>