blob: e685480c7cac3ec489ac0a9cd0114cb78b278300 (
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
27
28
29
30
31
32
33
|
# New ports collection makefile for: asterisk-fop
# Date created: 22 Sep 2006
# Whom: Marcelo Araujo <araujo@bsdmail.org>
#
# $FreeBSD$
PORTNAME= op_panel
PORTVERSION= 0.26
CATEGORIES= www
MASTER_SITES= http://www.asternic.org/files/
MAINTAINER= araujo@bsdmail.org
COMMENT= Flash Operator Panel for the Asterisk PBX
NO_BUILD= yes
USE_PERL5= yes
USE_PHP= pcre zlib session xml gd
WANT_PHP_WEB= yes
LIB_DEPENDS+= flash.0:${PORTSDIR}/www/flashplugin-mozilla \
ming.4:${PORTSDIR}/graphics/p5-ming
WEBOWN?= www
WEBGRP?= www
APACHEDIR= ${LOCALBASE}/www
INSTALLDIR= ${APACHEDIR}/${PORTNAME}
do-install:
${MKDIR} ${INSTALLDIR}
cd ${WRKSRC}; ${FIND} . \
| ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR}
.include <bsd.port.mk>
|