diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-08 11:37:45 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-08 11:37:45 +0000 |
commit | 24561a818226c92c60f2df55f5d3b3b558f37778 (patch) | |
tree | d0ef11472985bde89a1ae79ab5660c38d2df89a5 | |
parent | 876aacc909d1bcc6859d081c9a98f8083702eb98 (diff) | |
download | freebsd-ports-24561a818226c92c60f2df55f5d3b3b558f37778.zip |
Convert to USES=libtool and INSTALL_TARGET=install-strip
-rw-r--r-- | net/rabbitmq-c/Makefile | 16 | ||||
-rw-r--r-- | net/rabbitmq-c/pkg-plist | 2 |
2 files changed, 6 insertions, 12 deletions
diff --git a/net/rabbitmq-c/Makefile b/net/rabbitmq-c/Makefile index aab00a39356f..be1991082f55 100644 --- a/net/rabbitmq-c/Makefile +++ b/net/rabbitmq-c/Makefile @@ -3,7 +3,7 @@ PORTNAME= rabbitmq-c PORTVERSION= 0.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://hg.rabbitmq.com/rabbitmq-c/archive/:c \ http://hg.rabbitmq.com/rabbitmq-codegen/archive/:codegen @@ -23,13 +23,13 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ CONFLICTS= rabbitmq-c-devel-[0-9]* -USES= gmake tar:bzip2 +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= gmake libtool tar:bzip2 USE_PYTHON= yes USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal autoconf automake autoheader libtool +USE_AUTOTOOLS= aclocal autoconf automake autoheader libtoolize AUTOMAKE_ARGS= -i --add-missing -ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal OPTIONS_DEFINE= 64BIT POPT 64BIT_DESC= Produce 64-bit library @@ -58,10 +58,4 @@ CONFIGURE_ARGS+= --without-popt post-patch: @${REINPLACE_CMD} -e 's|rabbitmq-codegen|rabbitmq-codegen-821f5ee7b040|g' ${WRKSRC}/configure.ac -pre-configure: - @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE}) - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librabbitmq.so.0 - .include <bsd.port.mk> diff --git a/net/rabbitmq-c/pkg-plist b/net/rabbitmq-c/pkg-plist index 01c463d93e5a..0d9f4e7586e1 100644 --- a/net/rabbitmq-c/pkg-plist +++ b/net/rabbitmq-c/pkg-plist @@ -12,6 +12,6 @@ bin/amqp_unbind include/amqp.h include/amqp_framing.h lib/librabbitmq.a -lib/librabbitmq.la lib/librabbitmq.so lib/librabbitmq.so.0 +lib/librabbitmq.so.0.0.0 |