freebsd-ports/net/libosip/Makefile
Martin Wilke 83035dc6cf - Update to 3.2.0
- Pass maintainership to submitter

PR:		128822
Submitted by:	Dennis Herrmann <adox@mcx2.org>
2009-01-09 15:25:10 +00:00

29 lines
640 B
Makefile

# ex:ts=8
# Ports collection makefile for: libosip
# Date created: Jun 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libosip
PORTVERSION= 3.2.0
CATEGORIES= net
MASTER_SITES= GNU/osip
DISTNAME= ${PORTNAME}2-${PORTVERSION}
MAINTAINER= adox@mcx2.org
COMMENT= A low layer of SIP implementation
CONFLICTS= libosip2-2*
USE_GNOME= gnomehack gnometarget pkgconfig
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --disable-debug --disable-trace
USE_LDCONFIG= 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>