forked from Lainports/freebsd-ports
PR: ports/99242 Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw> Approved by: Soeren Straarup <xride@x12.dk> (maintainer)
28 lines
645 B
Makefile
28 lines
645 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: libosip2
|
|
# Date created: Nov 7, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libosip2
|
|
PORTVERSION= 2.2.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.antisip.com/download/ \
|
|
${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= osip
|
|
|
|
MAINTAINER= xride@x12.dk
|
|
COMMENT= A low layer of SIP implementation
|
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-debug --disable-trace
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
|
|
@${REINPLACE_CMD} -e "/^SUBDIRS/s| help | |g" ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|