freebsd-ports/net/appkonference/Makefile
Josh Paetzel 92f697749e Add appkonference 1.5, high-performance Asterisk voice/video
conferencing plugin.

PR:		ports/151744
Submitted by:	Alex Deiter <Alex.Deiter at Gmail.COM>
2010-12-15 18:36:41 +00:00

25 lines
604 B
Makefile

# New ports collection makefile for: net/appkonference
# Date created: 19 October 2010
# Whom: Alex Deiter <Alex.Deiter@Gmail.COM>
#
# $FreeBSD$
#
PORTNAME= appkonference
PORTVERSION= 1.5
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= alex.deiter@gmail.com
COMMENT= High-performance Asterisk voice/video conferencing plugin
BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk16
RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk16
USE_GMAKE= yes
MAKE_ENV= LOCALBASE=${LOCALBASE}
WRKSRC= ${WRKDIR}/${PORTNAME}/konference
PLIST_FILES= lib/asterisk/modules/app_konference.so
.include <bsd.port.mk>