2001-12-03 03:40:12 +01:00
|
|
|
# Ports collection makefile for: turba
|
|
|
|
# Date created: Sat Nov 16, 2001
|
|
|
|
# Whom: Thierry Thomas (<thierry@thomas.as>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= turba
|
2007-10-02 23:07:52 +02:00
|
|
|
PORTVERSION= 2.1.5
|
2001-12-03 03:40:12 +01:00
|
|
|
CATEGORIES= mail www
|
|
|
|
|
2007-06-15 00:31:03 +02:00
|
|
|
MAINTAINER= beech@FreeBSD.org
|
2007-06-22 10:06:15 +02:00
|
|
|
COMMENT= Contact management application
|
2001-12-03 03:40:12 +01:00
|
|
|
|
2007-04-09 01:42:31 +02:00
|
|
|
USE_HORDE= base
|
2004-12-26 11:24:23 +01:00
|
|
|
USE_PHP= ldap
|
2006-03-15 21:15:22 +01:00
|
|
|
USE_GETTEXT= yes
|
2002-06-26 05:54:09 +02:00
|
|
|
|
2007-04-09 01:42:31 +02:00
|
|
|
PORTDOCS= README CHANGES CREDITS INSTALL LDAP RELEASE_NOTES TODO UPGRADING
|
2001-12-03 03:40:12 +01:00
|
|
|
|
2007-04-09 01:42:31 +02:00
|
|
|
pre-patch:
|
2004-12-26 11:24:23 +01:00
|
|
|
@${REINPLACE_CMD} -e "s:/usr/bin/ldapadd:${LOCALBASE}/bin/ldapadd:" \
|
|
|
|
${WRKSRC}/scripts/ldap/addou.pl
|
2001-12-03 03:40:12 +01:00
|
|
|
|
2007-04-09 01:42:31 +02:00
|
|
|
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
|
|
|
|
.include <bsd.port.mk>
|