summaryrefslogtreecommitdiff
path: root/www/twig/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-10-29 19:49:23 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-10-29 19:49:23 +0000
commite34d0fe284df88e52969374f3e574d1983595710 (patch)
treed5a306a0210d44ab0bfba82061210bed0b2a6e03 /www/twig/Makefile
parentUpgrade to 1.3.6. (diff)
TWIG is a Web-based groupware suite written in PHP, compatible with both
PHP3 and PHP4. Its features include IMAP and POP3 email, Usenet newsgroups, contact management, scheduling, shared notes and bookmarks, a todo list, and meeting announcements. Any piece of information can be shared with others via group oriented access controls. By using only plain HTML, it is a simple, cross-platform, fast and browser-independent way to access or share almost any kind of information, without the complexity or costs of other intranet/groupware packages. It is fully internationalized, with 22 translations. WWW: http://twig.screwdriver.net/
Notes
Notes: svn path=/head/; revision=69119
Diffstat (limited to 'www/twig/Makefile')
-rw-r--r--www/twig/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/www/twig/Makefile b/www/twig/Makefile
new file mode 100644
index 000000000000..e0a4ca3da914
--- /dev/null
+++ b/www/twig/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: twig
+# Date created: 12 Jun 2002
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= twig
+PORTVERSION= 2.7.6
+CATEGORIES= www mail
+MASTER_SITES= http://twig.screwdriver.net/download/
+
+MAINTAINER= dinoex@FreeBSD.org
+
+.if !defined(WITH_PHP3)
+RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
+.else
+RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3
+.endif
+.if !defined(WITH_MYSQL)
+LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
+.else
+.endif
+
+NO_BUILD= YES
+TWIG?= www/data.default/twig
+PLIST_SUB+= TWIG=${TWIG}
+
+do-install:
+ -${MKDIR} ${PREFIX}/${TWIG}/
+ (cd ${WRKSRC} && ./twig-install ${PREFIX}/${TWIG} )
+
+.include <bsd.port.mk>