1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/libosip2/Makefile
Pav Lucistnik 881f402ef7 - Update to 2.2.0
PR:		ports/79480
Submitted by:	Ports Fury
2005-04-04 21:40:51 +00:00

29 lines
633 B
Makefile

# ex:ts=8
# Ports collection makefile for: libosip2
# Date created: Nov 7, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libosip2
PORTVERSION= 2.2.0
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
USE_REINPLACE= yes
USE_LIBTOOL_VER= 15
CONFIGURE_ARGS= --disable-debug --disable-trace
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
@${REINPLACE_CMD} -e "/^SUBDIRS/s| help | |g" ${WRKSRC}/Makefile.in
.include <bsd.port.mk>