mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
32 lines
693 B
Makefile
32 lines
693 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.011
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= phpgroupware
|
|
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
|
|
WRKSRC= ${WRKDIR}/phpgroupware
|
|
|
|
post-extract:
|
|
@${FIND} ${WRKSRC} -name CVS -type d | ${XARGS} ${RM} -rf
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/www/data-dist
|
|
@${CP} -r ${WRKSRC} ${PREFIX}/www/data-dist/
|
|
|
|
.include <bsd.port.mk>
|