dca255c3ce
PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
21 lines
460 B
Makefile
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>
|