aboutsummaryrefslogtreecommitdiff
path: root/devel/libosmo-abis/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-02-24 08:00:58 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-02-24 08:00:58 +0000
commite1c8db4c8255de3115938b368e0592c0ea03ba6d (patch)
treedc6b9f62a5a0de0eaed48f43df8dace798eeebaa /devel/libosmo-abis/Makefile
parent78ac497f1878f3a00a086c76a63d8b936d3c8947 (diff)
downloadports-e1c8db4c8255de3115938b368e0592c0ea03ba6d.tar.gz
ports-e1c8db4c8255de3115938b368e0592c0ea03ba6d.zip
Notes
Diffstat (limited to 'devel/libosmo-abis/Makefile')
-rw-r--r--devel/libosmo-abis/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/devel/libosmo-abis/Makefile b/devel/libosmo-abis/Makefile
index b1027275bdf2..563d59804295 100644
--- a/devel/libosmo-abis/Makefile
+++ b/devel/libosmo-abis/Makefile
@@ -15,19 +15,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libosmocore.so:${PORTSDIR}/devel/libosmocore \
libortp.so:${PORTSDIR}/net/ortp
-USES= gmake libtool pkgconfig
-
-USE_AUTOTOOLS= aclocal autoconf automake libtoolize autoheader
-AUTOMAKE_ARGS= --gnu --add-missing --copy
+USES= autoreconf gmake libtool pathfix pkgconfig
+PATHFIX_MAKEFILEIN=Makefile.am
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
post-patch:
- ${REINPLACE_CMD} -e 's|pkgconfigdir.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g' \
- ${WRKSRC}/Makefile.am
${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version
-post-stage:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libosmoabis.so.4
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libosmotrau.so.0
-
.include <bsd.port.mk>