diff options
author | pav <pav@FreeBSD.org> | 2005-01-25 01:13:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-25 01:13:36 +0800 |
commit | 8c090c8269e39812ccc31dd33cf0170af0fbfacb (patch) | |
tree | 58bb89b4befa4a8669657f0375cc6291456c4549 /deskutils/phprojekt | |
parent | 08a8353538f4851436b1d7bc331476deb8a980d0 (diff) | |
download | freebsd-ports-graphics-8c090c8269e39812ccc31dd33cf0170af0fbfacb.tar.gz freebsd-ports-graphics-8c090c8269e39812ccc31dd33cf0170af0fbfacb.tar.zst freebsd-ports-graphics-8c090c8269e39812ccc31dd33cf0170af0fbfacb.zip |
A new port for the PHP based groupware application.
PHProjekt is a modular application for the coordination of group activities and
to share informations and document via intranet and internet. Components of
PHProjekt: Group calendar, project management, time card system, file
management, contact manager, mail client and 9 other modules. PHProjekt
supports many protocols like ldap, soap and webdav and is available for 36
languages and 6 databases.
PR: ports/76572
Submitted by: Gerrit Beine <tux@pinguru.net>
Diffstat (limited to 'deskutils/phprojekt')
-rw-r--r-- | deskutils/phprojekt/Makefile | 36 | ||||
-rw-r--r-- | deskutils/phprojekt/distinfo | 2 | ||||
-rw-r--r-- | deskutils/phprojekt/pkg-descr | 10 |
3 files changed, 48 insertions, 0 deletions
diff --git a/deskutils/phprojekt/Makefile b/deskutils/phprojekt/Makefile new file mode 100644 index 00000000000..1e6522e5aaf --- /dev/null +++ b/deskutils/phprojekt/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: deskutils/phprojekt +# Date created: January 33th 2005 +# Whom: Gerrit Beine <tux@pinguru.net> +# +# $FreeBSD$ +# + +PORTNAME= phprojekt +PORTVERSION= 4.2.3 +CATEGORIES= deskutils www +MASTER_SITES= http://www.phprojekt.com/download/ +DISTNAME= ${PORTNAME} + +MAINTAINER= tux@pinguru.net +COMMENT= An open source groupware suite + +.if defined(WITH_APACHE2) +RUN_DEPENDS= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4 +.else +RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 +.endif + +NO_BUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g} + +do-install: + @${CP} -r ${WRKSRC} ${PREFIX}/www/${PORTNAME} + @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/${PORTNAME} + +post-install: + @${FIND} ${WRKSRC}/${file} -not -type d \ + | ${SED} -ne 's,^${WRKSRC},www/${PORTNAME},p' >> ${TMPPLIST} + @${FIND} -d ${WRKSRC}/${file} -type d \ + | ${SED} -ne 's,^${WRKSRC},@dirrm www/${PORTNAME},p' >> ${TMPPLIST} + +.include <bsd.port.mk> diff --git a/deskutils/phprojekt/distinfo b/deskutils/phprojekt/distinfo new file mode 100644 index 00000000000..b2c1067a1df --- /dev/null +++ b/deskutils/phprojekt/distinfo @@ -0,0 +1,2 @@ +MD5 (phprojekt.tar.gz) = fadc44a750d97d2a2963c21d3a502d24 +SIZE (phprojekt.tar.gz) = 1017804 diff --git a/deskutils/phprojekt/pkg-descr b/deskutils/phprojekt/pkg-descr new file mode 100644 index 00000000000..3d7287e06af --- /dev/null +++ b/deskutils/phprojekt/pkg-descr @@ -0,0 +1,10 @@ +PHProjekt - an open source groupware suite + +PHProjekt is a modular application for the coordination of group activities and +to share informations and document via intranet and internet. +Components of PHProjekt: Group calendar, project management, time card system, +file management, contact manager, mail client and 9 other modules. +PHProjekt supports many protocols like ldap, soap and webdav and is available +for 36 languages and 6 databases. + +WWW: http://www.phprojekt.com/ |