freebsd-ports/net/libosip2/Makefile

27 lines
491 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: libosip
# Date created: Jun 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libosip
2002-09-07 06:32:44 +02:00
PORTVERSION= 0.8.9
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= osip
MAINTAINER= ports@FreeBSD.org
2002-06-19 10:18:10 +02:00
USE_REINPLACE= yes
USE_LIBTOOL= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
.include <bsd.port.mk>