diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 18:37:06 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 18:37:06 +0000 |
commit | 70caeeb2cbe00503793934876286bbce796af71e (patch) | |
tree | 4b45a3a87a6a13ea25016d11b89c69614560abe8 /net/libosip2/Makefile | |
parent | bce3fb4eb4d274d6c7633cccd3dcf74e0a572e36 (diff) | |
download | ports-70caeeb2cbe00503793934876286bbce796af71e.tar.gz ports-70caeeb2cbe00503793934876286bbce796af71e.zip |
Notes
Diffstat (limited to 'net/libosip2/Makefile')
-rw-r--r-- | net/libosip2/Makefile | 9 |
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> |