mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
21 lines
440 B
Makefile
21 lines
440 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
|
|
|
|
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>
|