diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-21 22:24:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-21 22:24:08 +0800 |
commit | 9000759db6f06f01337f1c2bd900ad8ff4b6b4e1 (patch) | |
tree | 53089e068e1515ac8a5b980f7bcf08d9153f3512 /games/gno3dtet/Makefile | |
parent | 67e20a49c84f8bf5291c657bb1f774d0f0c24163 (diff) | |
download | freebsd-ports-gnome-9000759db6f06f01337f1c2bd900ad8ff4b6b4e1.tar.gz freebsd-ports-gnome-9000759db6f06f01337f1c2bd900ad8ff4b6b4e1.tar.zst freebsd-ports-gnome-9000759db6f06f01337f1c2bd900ad8ff4b6b4e1.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
Diffstat (limited to 'games/gno3dtet/Makefile')
-rw-r--r-- | games/gno3dtet/Makefile | 16 |
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> |