freebsd-ports/net/libosip2/Makefile
Ying-Chieh Liao a8ffa62f35 add libosip 0.8.6
oSIP is an implementation of SIP
2002-06-14 08:57:57 +00:00

23 lines
410 B
Makefile

# ex:ts=8
# Ports collection makefile for: libosip
# Date created: Jun 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libosip
PORTVERSION= 0.8.6
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= osip
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e "s/-lpthread/${PTHREAD_LIBS}/g" ${WRKSRC}/configure
.include <bsd.port.mk>