Update net/appkonference to version 2.1_1
[dports.git] / net / appkonference / Makefile
1 # Created by: Alex Deiter <Alex.Deiter@Gmail.COM>
2 # $FreeBSD$
3
4 PORTNAME=       appkonference
5 PORTVERSION=    2.1
6 PORTREVISION=   1
7 CATEGORIES=     net
8 MASTER_SITES=   SF
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        High-performance Asterisk voice/video conferencing plugin
12
13 BUILD_DEPENDS=  asterisk:${PORTSDIR}/net/asterisk
14 RUN_DEPENDS=    asterisk:${PORTSDIR}/net/asterisk
15
16 USE_CSTD=       gnu89
17 USES=           gmake
18 WRKSRC=         ${WRKDIR}/${PORTNAME}/konference
19
20 PLIST_FILES=    lib/asterisk/modules/app_konference.so
21
22 ONLY_FOR_ARCHS=         amd64 arm i386 ia64
23 ONLY_FOR_ARCHS_REASON=  not yet ported to this architecture
24
25 .include <bsd.port.mk>