aboutsummaryrefslogtreecommitdiffstats
path: root/net/libosip2/Makefile
blob: c2e879634a2f0f250df021a3db485b844eca08d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=   libosip2
PORTVERSION=    5.0.0
CATEGORIES= net
MASTER_SITES=   GNU/osip

MAINTAINER= bofh@FreeBSD.org
COMMENT=    Low layer of SIP implementation

LICENSE=    LGPL21

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-debug --disable-trace
INSTALL_TARGET= install-strip
USES=       libtool pathfix pkgconfig
USE_LDCONFIG=   yes

post-patch:
    @${REINPLACE_CMD} -e "/^SUBDIRS/s| help | |g" ${WRKSRC}/Makefile.in

.include <bsd.port.mk>