freebsd-ports/net/mediaproxy/Makefile
Martin Wilke 1b1b29c5e6 - Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
2009-12-13 17:00:14 +00:00

36 lines
783 B
Makefile

# New ports collection makefile for: mediaproxy
# Date created: 08 August 2006
# Whom: Steve Ames <steve@energistic.com>
#
# $FreeBSD$
PORTNAME= mediaproxy
PORTVERSION= 1.8.2
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://mediaproxy.ag-projects.com/ \
http://mediaproxy.ag-projects.com/old/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= steve@energistic.com
COMMENT= A far-end NAT traversal solution for SER/OpenSER
USE_RC_SUBR= mediaproxy.sh
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PYTHON= 2.4+
OPTIONS= ACCOUNTING "ACCOUNTING support (Requires MySQL)" off
.include <bsd.port.pre.mk>
.if defined(WITH_ACCOUNTING)
USE_MYSQL= yes
.endif
post-install:
${CP} -pRP ${WRKSRC}/ ${PREFIX}/mediaproxy
${CHOWN} -R 0:0 ${PREFIX}/mediaproxy
.include <bsd.port.post.mk>