mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
32b38a45c4
With hat: portmgr
26 lines
592 B
Makefile
26 lines
592 B
Makefile
# Created by: Alex Deiter <Alex.Deiter@Gmail.COM>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= appkonference
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= High-performance Asterisk voice/video conferencing plugin
|
|
|
|
BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk
|
|
RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk
|
|
|
|
USE_CSTD= gnu89
|
|
USES= gmake
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}/konference
|
|
|
|
PLIST_FILES= lib/asterisk/modules/app_konference.so
|
|
|
|
ONLY_FOR_ARCHS= amd64 arm i386 ia64
|
|
ONLY_FOR_ARCHS_REASON= not yet ported to this architecture
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|