d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
27 lines
625 B
Makefile
27 lines
625 B
Makefile
# Ports collection makefile for: turba
|
|
# Date created: Sat Nov 16, 2001
|
|
# Whom: Thierry Thomas (<thierry@thomas.as>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= turba
|
|
PORTVERSION= 2.1.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= mail www
|
|
|
|
MAINTAINER= beech@alaskaparadise.com
|
|
COMMENT= The Horde 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>
|