freebsd-ports/www/phpgroupware/Makefile
Mathieu Arnold dca255c3ce Convert USE_PHP*=yes into USES=php*
PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
2016-06-28 14:00:45 +00:00

21 lines
460 B
Makefile

# $FreeBSD$
PORTNAME= phpgroupware
PORTVERSION= 0.9.16.017
CATEGORIES= www
MASTER_SITES= SF/phpgroupware/phpgroupware/${PORTVERSION}
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Web based GroupWare system
USES= php:mod tar:bzip2
IGNORE_WITH_PHP= 70
NO_BUILD= yes
NO_ARCH= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/www/data-dist/phpgroupware
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/www/data-dist/phpgroupware
.include <bsd.port.mk>