summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-08 20:45:40 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-08 20:45:40 +0000
commit8c6d10153a5214a3afec4ce04ac3c9f7c23ebb4e (patch)
tree4547981d575918b1a52d6bf3dc38a027b287d51a /games
parent- Add staging support (diff)
- libtool is still needed
- Call autotools directly Submitted by: tijl@ via private email
Notes
Notes: svn path=/head/; revision=353353
Diffstat (limited to 'games')
-rw-r--r--games/critterding/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/games/critterding/Makefile b/games/critterding/Makefile
index b88aa6ff7f5d..e2f34bfbea79 100644
--- a/games/critterding/Makefile
+++ b/games/critterding/Makefile
@@ -3,7 +3,7 @@
PORTNAME= critterding
DISTVERSION= beta12
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sources
@@ -12,9 +12,10 @@ COMMENT= Evolving Artificial Life
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
-USES= tar:bzip2 pkgconfig
+USES= libtool pkgconfig tar:bzip2
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtoolize
+USE_AUTOTOOLS= autoconf aclocal autoheader automake libtoolize
+AUTOMAKE_ARGS= -a -c -f
USE_SDL= sdl
USE_GL= gl
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2
@@ -30,9 +31,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|../share/critterding|${DATADIR}|' \
${WRKSRC}/src/gui/textprinter.cpp ${WRKSRC}/src/gl/glwindow.cpp
-pre-configure:
- cd ${WRKSRC} && ${AUTORECONF} -fi
-
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}