calendaring, contacts, tasks, document management, synchronization with Outlook and cell phones, full-text search and many more. Simple Groupware combines standards like RSS, iCalendar, vCard, IMAP, POP3, SMTP, CIFS, CSV, WebDAV, LDAP and SyncML under one platform. Unlike other groupware software, Simple Groupware contains the programming language sgsML to enable the quick customization and creation of powerful web applications. WWW: http://www.simple-groupware.de/ PR: ports/153747 Submitted by: Marian Jamrich <jamrich.majo@gmail.com>
36 lines
804 B
Makefile
36 lines
804 B
Makefile
# New ports collection makefile for: simplegroupware
|
|
# Date created: 7 January 2011
|
|
# Whom: jamrich.majo@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= simplegroupware
|
|
PORTVERSION= 0.700
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= SF/simplgroup/${PORTNAME}/${PORTVERSION}/
|
|
DISTNAME= SimpleGroupware_${PORTVERSION}
|
|
|
|
MAINTAINER= jamrich.majo@gmail.com
|
|
COMMENT= Simple Groupware is an open source enterprise application
|
|
|
|
USE_PHP+= mysql
|
|
USE_MYSQL= yes
|
|
USE_APACHE= 22
|
|
NO_BUILD= yes
|
|
WWWOWN= www
|
|
WWWGRP= ${WWWOWN}
|
|
|
|
PKGMESSAGE= ${WRKDIR}/${PORTNAME}/pkg-message
|
|
SUB_FILES= pkg-message
|
|
PLIST_DIRSTRY= %%WWWDIR%%
|
|
|
|
do-install:
|
|
@${MKDIR} ${WWWDIR}
|
|
@${CP} -r ${WRKDIR}/SimpleGroupware_${PORTVERSION}/* ${WWWDIR}
|
|
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|