1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/mail/horde-turba/Makefile
Beech Rintoul 16ecb0ec8a - Update to 2.2-rc3
- Many changes, please see the following:
  http://www.horde.org/turba/docs/?f=CHANGES.html
2008-02-28 20:09:08 +00:00

28 lines
614 B
Makefile

# Ports collection makefile for: turba
# Date created: Sat Nov 16, 2001
# Whom: Thierry Thomas (<thierry@thomas.as>)
#
# $FreeBSD$
#
PORTNAME= turba
PORTVERSION= 2.2
DISTVERSIONSUFFIX= -rc3
CATEGORIES= mail www
MAINTAINER= beech@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>