1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/mail/horde-turba/Makefile
2011-08-21 06:19:28 +00:00

28 lines
611 B
Makefile

# Ports collection makefile for: turba
# Date created: Sat Nov 16, 2001
# Whom: Thierry Thomas (<thierry@thomas.as>)
#
# $FreeBSD$
#
PORTNAME= turba
PORTVERSION= 2.3.6
DISTVERSIONSUFFIX=
CATEGORIES= mail www
MAINTAINER= horde@FreeBSD.org
COMMENT= Contact management application
USE_HORDE= base
USE_PHP= ldap
USE_GETTEXT= yes
PORTDOCS= README CHANGES CREDITS INSTALL LDAP RELEASE_NOTES TODO UPGRADING
pre-patch:
@${REINPLACE_CMD} -e "s:/usr/bin/ldapadd:${LOCALBASE}/bin/ldapadd:" \
${WRKSRC}/scripts/ldap/addou.pl
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
.include <bsd.port.mk>