aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-05-09 04:45:40 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-05-09 04:45:40 +0800
commit8d6d0df8bd8941ee7e190a1cf8b851af2476a75b (patch)
tree4547981d575918b1a52d6bf3dc38a027b287d51a /games
parent13cd49befc20d505a6386aa76f369d3d82a6ab42 (diff)
downloadfreebsd-ports-gnome-8d6d0df8bd8941ee7e190a1cf8b851af2476a75b.tar.gz
freebsd-ports-gnome-8d6d0df8bd8941ee7e190a1cf8b851af2476a75b.tar.zst
freebsd-ports-gnome-8d6d0df8bd8941ee7e190a1cf8b851af2476a75b.zip
- libtool is still needed
- Call autotools directly Submitted by: tijl@ via private email
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}