aboutsummaryrefslogtreecommitdiff
path: root/net/libosip2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/libosip2/Makefile')
-rw-r--r--net/libosip2/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/libosip2/Makefile b/net/libosip2/Makefile
index 02d5d28a7cab..4c17050cf9ce 100644
--- a/net/libosip2/Makefile
+++ b/net/libosip2/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libosip2
PORTVERSION= 4.1.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= GNU/osip
@@ -10,15 +11,13 @@ COMMENT= Low layer of SIP implementation
LICENSE= LGPL21
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-debug --disable-trace
-USE_AUTOTOOLS= libtool
+INSTALL_TARGET= install-strip
+USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
-USES= pathfix pkgconfig
post-patch:
@${REINPLACE_CMD} -e "/^SUBDIRS/s| help | |g" ${WRKSRC}/Makefile.in
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libosip2.so.11 ${STAGEDIR}${PREFIX}/lib/libosipparser2.so.11
-
.include <bsd.port.mk>