summaryrefslogtreecommitdiffstats
path: root/www/groupoffice/Makefile
blob: d47b58899d1b16771578bdc3295202bfa7e2bfd0 (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# New ports collection makefile for:	www/groupoffice
# Date created:							16 February 2007
# Whom:					Aron Schlesinger <as@bsdgroup.de>
#
# $FreeBSD$

PORTNAME=	groupoffice
DISTVERSIONPREFIX=	com-
DISTVERSION=	2.18-stable-21
CATEGORIES=	www
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	group-office

MAINTAINER=	as@bsdgroup.de
COMMENT=	A modular web application framework vor office

RESTRICTED=	Free for personal use only
NO_BUILD=	yes
USE_PHP=	mysql session mbstring pcre xml
WANT_PHP_WEB=	yes
USE_MYSQL=	yes
IGNORE_WITH_MYSQL=	323

WWWDIR?=	${PREFIX}/www/${PORTNAME}2

SUB_FILES=	pkg-message

OPTIONS=	IMAP		"IMAP support" on \
		GD		"Gallery support (GD)" on \
		CALENDAR	"Calendar holiday support" on \
		WBXML		"Synchronization support" off

.include <bsd.port.pre.mk>

.if !defined(WITHOUT_IMAP)
USE_PHP+=	imap iconv
.endif

.if !defined(WITHOUT_GD)
USE_PHP+=	gd
.endif

.if !defined(WITHOUT_CALENDAR)
USE_PHP+=	calendar
.endif

.if !defined(WITHOUT_WBXML)
LIB_DEPENDS=	wbxml2:${PORTSDIR}/textproc/wbxml2
.endif

do-install:
	@${MKDIR} ${WWWDIR}
	${CP} -R ${WRKSRC}/ ${WWWDIR}
	@${TOUCH} ${WWWDIR}/config.php
	@${CHOWN} ${WWWOWN} ${WWWDIR}/config.php
	@${CAT} ${PKGMESSAGE}

create-plist:
	@${FIND} -s ${WRKSRC}/${file} -not -type d \
	    | ${SED} -e 's,^${WRKSRC},%%WWWDIR%%,' > ${PLIST}
	@${ECHO_CMD} '@exec touch %D/%%WWWDIR%%/config.php;chown ${WWWOWN} %D/%%WWWDIR%%/config.php' >> ${PLIST}
	@${ECHO_CMD} '@unexec if [ ! -s %D/%%WWWDIR%%/config.php ];then rm -f %D/%%WWWDIR%%/config.php;fi' >> ${PLIST}
	@${FIND} -ds ${WRKSRC}/${file} -type d \
	    | ${SED} -e 's,^${WRKSRC},@dirrm %%WWWDIR%%,' >> ${PLIST}

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud