From 319d3633b38ea9c57ceebed23472278aaa665435 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 21 Jun 2015 14:24:08 +0000 Subject: 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 --- games/gno3dtet/Makefile | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'games') 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 -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 -- cgit v1.2.3