mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
23 lines
436 B
Makefile
23 lines
436 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= phpgroupware
|
|
PORTVERSION= 0.9.16.017
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= phpgroupware/phpgroupware/${PORTVERSION}
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= A web based GroupWare system
|
|
|
|
USE_BZIP2= yes
|
|
USE_PHP= yes
|
|
WANT_PHP_MOD= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@${MKDIR} -p ${PREFIX}/www/data-dist/phpgroupware
|
|
@${CP} -r ${WRKSRC}/* ${PREFIX}/www/data-dist/phpgroupware
|
|
|
|
.include <bsd.port.mk>
|