2002-06-14 10:57:57 +02:00
|
|
|
# ex:ts=8
|
2003-11-07 02:23:58 +01:00
|
|
|
# Ports collection makefile for: libosip2
|
|
|
|
# Date created: Nov 7, 2003
|
2002-06-14 10:57:57 +02:00
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-11-07 02:23:58 +01:00
|
|
|
PORTNAME= libosip2
|
2005-10-13 21:18:51 +02:00
|
|
|
PORTVERSION= 2.2.1
|
2002-06-14 10:57:57 +02:00
|
|
|
CATEGORIES= net
|
2004-05-28 20:36:29 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= osip
|
2002-06-14 10:57:57 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-11-19 15:59:17 +01:00
|
|
|
COMMENT= A low layer of SIP implementation
|
2002-06-14 10:57:57 +02:00
|
|
|
|
2005-04-04 23:40:51 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
2002-06-19 10:18:10 +02:00
|
|
|
USE_REINPLACE= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-11-07 02:23:58 +01:00
|
|
|
CONFIGURE_ARGS= --disable-debug --disable-trace
|
2002-06-14 10:57:57 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
post-patch:
|
2003-03-27 07:10:51 +01:00
|
|
|
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
|
2005-04-04 23:40:51 +02:00
|
|
|
@${REINPLACE_CMD} -e "/^SUBDIRS/s| help | |g" ${WRKSRC}/Makefile.in
|
2002-06-14 10:57:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|