1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net/libosip2/Makefile
Muhammad Moinur Rahman 6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00

24 lines
449 B
Makefile

# $FreeBSD$
PORTNAME= libosip2
PORTVERSION= 4.1.0
PORTREVISION= 1
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>