blob: 29a02ee430ab747fba36a43ee1083973e8845d66 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# 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>
|