freebsd-ports/www/ajaxplorer/Makefile
Guido Falsi e645ec7bc4 AjaXplorer is a software that can turn any web server into a powerfull
file management system and an alternative to mainstream cloud storage
providers.

WWW: http://ajaxplorer.info/
2013-06-01 13:05:48 +00:00

30 lines
687 B
Makefile

# $FreeBSD$
PORTNAME= ajaxplorer
PORTVERSION= 4.2.3
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/stable-channel/${PORTVERSION}
DISTNAME= ${PORTNAME}-core-${PORTVERSION}
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Ajax web file management system
LICENSE= AGPLv3
NO_BUILD= yes
USE_PHP= dom mcrypt gd
USE_DOS2UNIX= yes
DOS2UNIX_REGEX= .*\.php
WANT_PHP_WEB= yes
SUB_FILES= pkg-deinstall pkg-message
do-install:
${MKDIR} ${WWWDIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} "* .htaccess" ${WWWDIR})
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
post-install:
@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>