freebsd-ports/net/libosip2/Makefile

29 lines
639 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: libosip2
# Date created: Nov 7, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libosip2
PORTVERSION= 2.2.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= osip
MAINTAINER= ports@FreeBSD.org
COMMENT= A low layer of SIP implementation
USE_GNOME= gnomehack gnometarget pkgconfig
2002-06-19 10:18:10 +02:00
USE_REINPLACE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --disable-debug --disable-trace
INSTALLS_SHLIB= yes
post-patch:
2003-03-27 07:10:51 +01:00
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
@${REINPLACE_CMD} -e "/^SUBDIRS/s| help | |g" ${WRKSRC}/Makefile.in
.include <bsd.port.mk>