Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 14:24:08 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390236 - head/games/gno3dtet
Message-ID:  <201506211424.t5LEO8gx085081@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506211424.t5LEO8gx085081>