mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
e53769cac2
- While I'm here: - Remove deprecated PTHREAD_* - Strip shared library Changes: http://git.savannah.gnu.org/cgit/osip.git/tree/ChangeLog PR: 188107 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
25 lines
516 B
Makefile
25 lines
516 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libosip2
|
|
PORTVERSION= 4.1.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= GNU/osip
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Low layer of SIP implementation
|
|
|
|
LICENSE= LGPL21
|
|
|
|
CONFIGURE_ARGS= --disable-debug --disable-trace
|
|
USE_AUTOTOOLS= libtool
|
|
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>
|