freebsd-ports/net/sipxregistry/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

55 lines
1.4 KiB
Makefile

# Ports collection makefile for: sipxregistry
# Date created: Jan 8, 2007
# Whom: Michael Durian <durian@shadetreesoftware.com>
#
# $FreeBSD$
#
PORTNAME= sipxregistry
PORTVERSION= 3.6.0
PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= http://www.sipfoundry.org/pub/sipX/3.6/SRC/
MAINTAINER= ports@FreeBSD.org
COMMENT= sipX server for handling SIP UA registrations
BUILD_DEPENDS= ginstall:${PORTSDIR}/sysutils/coreutils \
cppunit-config:${PORTSDIR}/devel/cppunit
LIB_DEPENDS= sipXport:${PORTSDIR}/net/sipxportlib \
sipXtack:${PORTSDIR}/net/sipxtacklib \
sipXcommserver:${PORTSDIR}/net/sipxcommserverlib \
pcre.0:${PORTSDIR}/devel/pcre
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
DEPRECATED= depends on broken port net/sipxcommserverlib
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}
SUB_LIST= LOCALSTATEDIR=${LOCALSTATEDIR} \
PREFIX=${PREFIX}
SUB_FILES= pkg-install pkg-deinstall
PKGINSTALL= ${WRKDIR}/pkg-install
post-patch:
@${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/sipregistrar.sh.in
pre-install:
pre-install:
@${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL
post-install:
@${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL
.include <bsd.port.mk>