freebsd-ports/net/libosip/Makefile

29 lines
533 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: libosip
# Date created: Jun 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libosip
2003-06-14 11:38:26 +02:00
PORTVERSION= 0.9.7
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= osip
MAINTAINER= ports@FreeBSD.org
COMMENT= A low layer of SIP implementation
2002-06-19 10:18:10 +02:00
USE_REINPLACE= yes
USE_LIBTOOL_VER=13
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
INSTALLS_SHLIB= yes
2003-01-02 11:10:55 +01:00
MAN1= osip.1
post-patch:
2003-03-27 07:10:51 +01:00
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
.include <bsd.port.mk>