blob: a524c4147b880e25eac578ba0f436d9f78b72a68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= libosip2
PORTVERSION= 5.2.0
CATEGORIES= net
MASTER_SITES= GNU/osip
MAINTAINER= bofh@FreeBSD.org
COMMENT= Low layer of SIP implementation
LICENSE= LGPL21
USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-trace
INSTALL_TARGET= install-strip
PLIST_SUB= ABIVER=14
post-patch:
@${REINPLACE_CMD} -e "/^SUBDIRS/s| help | |g" ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|