aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-24 17:13:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-24 17:13:36 +0000
commit84e2f3753feaf5d07004e5d3ca59406c43172f73 (patch)
tree326d43245836024e7bb1359e2764f2dabf9713fd /deskutils
parent843be2aaa48abca8e4979893a9366271c0e5e28c (diff)
downloadports-84e2f3753feaf5d07004e5d3ca59406c43172f73.tar.gz
ports-84e2f3753feaf5d07004e5d3ca59406c43172f73.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/phprojekt/Makefile36
-rw-r--r--deskutils/phprojekt/distinfo2
-rw-r--r--deskutils/phprojekt/pkg-descr10
4 files changed, 49 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 2fe8d0566bd4..f5a0bbd40c71 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -106,6 +106,7 @@
SUBDIR += pal
SUBDIR += phpgroupware
SUBDIR += phpicalendar
+ SUBDIR += phprojekt
SUBDIR += plan
SUBDIR += planner
SUBDIR += plans
diff --git a/deskutils/phprojekt/Makefile b/deskutils/phprojekt/Makefile
new file mode 100644
index 000000000000..1e6522e5aaf6
--- /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 000000000000..b2c1067a1dfa
--- /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 000000000000..3d7287e06afb
--- /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/