1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/sipxmedialib/Makefile
Mark Linimon cd2b02373e Maintainer is no longer able to maintain these ports. While here, mark the
sipX ports as deprecated due to their age.

Submitted by:	maintainer
2009-01-27 06:41:53 +00:00

39 lines
969 B
Makefile

# Ports collection makefile for: sipxmedialib
# Date created: Jan 8, 2007
# Whom: Michael Durian <durian@shadetreesoftware.com>
#
# $FreeBSD$
#
PORTNAME= sipxmedialib
PORTVERSION= 3.6.0
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://www.sipfoundry.org/pub/sipX/3.6/SRC/
MAINTAINER= ports@FreeBSD.org
COMMENT= sipX library for media streams
BUILD_DEPENDS= ginstall:${PORTSDIR}/sysutils/coreutils \
cppunit-config:${PORTSDIR}/devel/cppunit
LIB_DEPENDS= sipXport:${PORTSDIR}/net/sipxportlib \
sipXtack:${PORTSDIR}/net/sipxtacklib \
pcre.0:${PORTSDIR}/devel/pcre
DEPRECATED= old version, needs updating
EXPIRATION_DATE= 2009-03-27
USE_BZIP2= yes
USE_GMAKE= yes
USE_AUTOTOOLS= autoconf:262:env automake:19:env
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
LOCALSTATEDIR= /var
CONFIGURE_ENV+= wwwdir=${PREFIX}/www/sipX \
INSTALL=`which ginstall`
CONFIGURE_ARGS+= --enable-sip-tls \
--prefix=${PREFIX} \
--localstatedir=${LOCALSTATEDIR}
.include <bsd.port.mk>