freebsd-ports/www/phpwebapp/Makefile
Baptiste Daroussin b7c3540a8b Mark as deprecated ports providing webapps and setting ownership of the files
to the www user. This is a bad practice and should get cleaned out in the tree

For the maintained ports, their maintainer will be contacted soon
2018-02-07 10:06:07 +00:00

32 lines
735 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= phpwebapp
PORTVERSION= 1.3
CATEGORIES= www
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Web application framework
EXPIRATION_DATE= 2018-03-07
DEPRECATED= Unmaintained upstream, all www files wrongly belongs to www user.
NO_ARCH= yes
NO_BUILD= yes
USES= php:web shebangfix
SHEBANG_FILES= web_app/boxes/menu/edit/xsl/test/*.sh \
web_app/boxes/webnotes/db/dump.sh \
web_app/convert/convert.php \
web_app/l10n/*.sh \
web_app/l10n-module/app/*.sh
post-patch:
@${FIND} ${WRKSRC}/web_app/ -name .svn -type d | ${XARGS} -J % ${RM} -r %
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}/
cd ${WRKSRC}/web_app/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/
.include <bsd.port.mk>