aboutsummaryrefslogtreecommitdiff
path: root/net/appkonference/Makefile
blob: a40869cb264e9c08047d58ff168dcf5d9065b50d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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
PORTREVISION=	1
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>