1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/www/twig/Makefile
Dirk Meyer e34d0fe284 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/
2002-10-29 19:49:23 +00:00

34 lines
741 B
Makefile

# 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>