From e34d0fe284df88e52969374f3e574d1983595710 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 29 Oct 2002 19:49:23 +0000 Subject: 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/ --- www/twig/Makefile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 www/twig/Makefile (limited to 'www/twig/Makefile') 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 -- cgit v1.2.3