mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
This commit is contained in:
parent
bce3fb4eb4
commit
70caeeb2cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361809
@ -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>
|
||||
|
@ -42,13 +42,13 @@ include/osipparser2/osip_port.h
|
||||
include/osipparser2/osip_uri.h
|
||||
include/osipparser2/sdp_message.h
|
||||
lib/libosip2.a
|
||||
lib/libosip2.la
|
||||
lib/libosip2.so
|
||||
lib/libosip2.so.11
|
||||
lib/libosip2.so.11.0.0
|
||||
lib/libosipparser2.a
|
||||
lib/libosipparser2.la
|
||||
lib/libosipparser2.so
|
||||
lib/libosipparser2.so.11
|
||||
lib/libosipparser2.so.11.0.0
|
||||
libdata/pkgconfig/libosip2.pc
|
||||
@dirrm include/osipparser2/headers
|
||||
@dirrm include/osipparser2
|
||||
|
Loading…
Reference in New Issue
Block a user