svn commit: r390236 - head/games/gno3dtet

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 14:24:09 UTC 2015


Author: bapt
Date: Sun Jun 21 14:24:08 2015
New Revision: 390236
URL: https://svnweb.freebsd.org/changeset/ports/390236

Log:
  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

Modified:
  head/games/gno3dtet/Makefile

Modified: head/games/gno3dtet/Makefile
==============================================================================
--- head/games/gno3dtet/Makefile	Sun Jun 21 14:15:24 2015	(r390235)
+++ head/games/gno3dtet/Makefile	Sun Jun 21 14:24:08 2015	(r390236)
@@ -12,13 +12,9 @@ COMMENT=	GNOME version of the classic 3D
 
 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>


More information about the svn-ports-all mailing list