freebsd-ports/net/libosip2/Makefile
Kirill Ponomarev a4ab844519 - Update to version 2.0.7
PR:		ports/67295
Submitted by:	Ports Fury
2004-05-28 18:36:29 +00:00

28 lines
599 B
Makefile

# ex:ts=8
# Ports collection makefile for: libosip2
# Date created: Nov 7, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libosip2
PORTVERSION= 2.0.7
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= osip
MAINTAINER= ports@FreeBSD.org
COMMENT= A low layer of SIP implementation
USE_GNOME= gnometarget lthack
USE_REINPLACE= yes
USE_LIBTOOL_VER= 13
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
CONFIGURE_ARGS= --disable-debug --disable-trace
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
.include <bsd.port.mk>