freebsd-ports/deskutils/phpgroupware/Makefile
2010-08-03 12:35:39 +00:00

27 lines
620 B
Makefile

# New ports collection makefile for: phpgroupware
# Date created: 27 March 2001
# Whom: Jimmy Olgeni <olgeni@uli.it>
#
# $FreeBSD$
PORTNAME= phpgroupware
PORTVERSION= 0.9.16.017
CATEGORIES= deskutils
MASTER_SITES= SF
MASTER_SITE_SUBDIR= phpgroupware/phpgroupware/${PORTVERSION}
DISTNAME= ${PORTNAME}-${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>