freebsd-ports/www/phpwebapp/Makefile
Mathieu Arnold eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00

29 lines
628 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= phpwebapp
PORTVERSION= 1.3
CATEGORIES= www
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Web application framework
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>