From 9765657fdf2eb14331ba5555fca4f3e83dc817be Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 27 May 2014 18:27:38 +0000 Subject: - Switch to USES=libtool, drop .la files - Strip libraries --- devel/xxl/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'devel') diff --git a/devel/xxl/Makefile b/devel/xxl/Makefile index 8aa27c3334f7..b6211dd2fe2c 100644 --- a/devel/xxl/Makefile +++ b/devel/xxl/Makefile @@ -3,7 +3,7 @@ PORTNAME= xxl PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://launchpadlibrarian.net/39195019/ \ http://www.zork.org/software/ @@ -13,11 +13,12 @@ COMMENT= C/C++ library for exception handling and asset management LICENSE= BSD3CLAUSE -USE_AUTOTOOLS= libtool +USES= libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes -PLIST_FILES= include/xxl.h lib/libxxl.a lib/libxxl.la lib/libxxl.so \ - lib/libxxl.so.2 +PLIST_FILES= include/xxl.h lib/libxxl.a lib/libxxl.so \ + lib/libxxl.so.1 lib/libxxl.so.1.1.0 PORTDOCS= xxl.html xxl.pdf OPTIONS_DEFINE= THREADS DOCS @@ -28,7 +29,7 @@ THREADS_CONFIGURE_WITH= threads post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxxl.so.2 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxxl.so regression-test test: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ -- cgit