freebsd-ports/net/libosip/Makefile
Koop Mast 0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00

29 lines
627 B
Makefile

# ex:ts=8
# Ports collection makefile for: libosip
# Date created: Jun 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libosip
PORTVERSION= 3.5.0
CATEGORIES= net
MASTER_SITES= GNU/osip
DISTNAME= ${PORTNAME}2-${PORTVERSION}
MAINTAINER= dhn@FreeBSD.org
COMMENT= A low layer of SIP implementation
CONFLICTS= libosip2-2*
USE_GNOME= gnomehack pkgconfig
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --disable-debug --disable-trace
USE_LDCONFIG= 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>