freebsd-ports/net/mediaproxy/Makefile
Erwin Lansing f486ae8d4b Make fetcheable until the port is updated to the new version.
PR:		107657
Submitted by:	Steve Ames <steve@energistic.com> (maintainer)
2007-01-07 18:33:51 +00:00

34 lines
728 B
Makefile

# New ports collection makefile for: mediaproxy
# Date created: 08 August 2006
# Whom: Steve Ames <steve@energistic.com>
#
# $FreeBSD$
PORTNAME= mediaproxy
PORTVERSION= 1.7.2
CATEGORIES= net
MASTER_SITES= 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.3+
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>