Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 20:32:48 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368521 - in head/graphics/libpano13: . files
Message-ID:  <201409182032.s8IKWm5o048314@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Sep 18 20:32:47 2014
New Revision: 368521
URL: http://svnweb.freebsd.org/changeset/ports/368521
QAT: https://qat.redports.org/buildarchive/r368521/

Log:
  Convert to USES=autoreconf and add INSTALL_TARGET=install-strip

Deleted:
  head/graphics/libpano13/files/patch-bootstrap
Modified:
  head/graphics/libpano13/Makefile

Modified: head/graphics/libpano13/Makefile
==============================================================================
--- head/graphics/libpano13/Makefile	Thu Sep 18 20:32:02 2014	(r368520)
+++ head/graphics/libpano13/Makefile	Thu Sep 18 20:32:47 2014	(r368521)
@@ -16,9 +16,7 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 
 USE_GNOME=	gtk20 glib20 pango atk
 
-USES=		libtool
-USE_AUTOTOOLS=	autoconf:env autoheader:env aclocal:env \
-		automake:env libtoolize
+USES=		autoreconf libtool
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include/gtk-2.0 \
 		-I${LOCALBASE}/include/glib-2.0 \
@@ -27,6 +25,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include/gtk-2.
 CONFIGURE_ARGS=	--with-png=${LOCALBASE} \
 		--with-jpeg=${LOCALBASE} \
 		--with-tiff=${LOCALBASE}
+INSTALL_TARGET=	install-strip
 
 USE_LDCONFIG=	yes
 
@@ -41,10 +40,4 @@ CONFIGURE_ARGS+=	--without-java
 PLIST_SUB=	JAVA="@comment "
 .endif
 
-pre-configure:
-	cd ${WRKSRC} && ./bootstrap
-
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpano13.so.2
-
 .include <bsd.port.mk>



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