aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-21 14:24:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-21 14:24:08 +0000
commit319d3633b38ea9c57ceebed23472278aaa665435 (patch)
tree53089e068e1515ac8a5b980f7bcf08d9153f3512 /games
parent8c498ac961b41c2d97728d3ff566b1891d92f034 (diff)
downloadports-319d3633b38ea9c57ceebed23472278aaa665435.tar.gz
ports-319d3633b38ea9c57ceebed23472278aaa665435.zip
Convert to USES=autoreconf
Use USE_GNOME=intltool so autoreconf knows it needs to run the tool Remove now useless USE_GNOME=intlhack, post-extract and pre-configure
Notes
Notes: svn path=/head/; revision=390236
Diffstat (limited to 'games')
-rw-r--r--games/gno3dtet/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/games/gno3dtet/Makefile b/games/gno3dtet/Makefile
index 6e3d1340108a..10ddf9ad522b 100644
--- a/games/gno3dtet/Makefile
+++ b/games/gno3dtet/Makefile
@@ -12,13 +12,9 @@ COMMENT= GNOME version of the classic 3D-ified T*tris
LICENSE= GPLv2
-EXTRACT_DEPENDS= intltoolize:${PORTSDIR}/textproc/intltool
-
-USES= pathfix gmake pkgconfig tar:tgz
-USE_GNOME= gnomeprefix intlhack libgnomeui librsvg2
-USE_AUTOTOOLS= autoheader automake aclocal autoconf
-ACLOCAL_ARGS= -I m4 -I ${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal
-AUTOMAKE_ARGS= -a -c -f
+USES= autoreconf pathfix gmake pkgconfig tar:tgz
+GNU_CONFIGURE= yes
+USE_GNOME= gnomeprefix intltool libgnomeui librsvg2
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALLS_OMF= yes
@@ -30,9 +26,6 @@ NLS_USES= gettext
.include <bsd.port.options.mk>
-post-extract:
- @cd ${WRKSRC} && ${LOCALBASE}/bin/intltoolize -c -f
-
post-patch:
@${REINPLACE_CMD} -e '/LIBTOOL/d; \
s|gnome-games|gno3dtet|' ${WRKSRC}/configure.in
@@ -41,7 +34,4 @@ post-patch:
@${REINPLACE_CMD} -e '/^always_built_SUBDIRS/s|po||' ${WRKSRC}/Makefile.am
.endif
-pre-configure:
- @${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/mkinstalldirs ${WRKSRC}
-
.include <bsd.port.mk>