mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
41 lines
917 B
Makefile
41 lines
917 B
Makefile
# Ports collection makefile for: forwards3
|
|
# Date created: Mon Mar 26, 2007
|
|
# Whom: Beech Rintoul <beech@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= forwards
|
|
PORTVERSION= 3.0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= mail www
|
|
DIST_SUBDIR= horde
|
|
|
|
MAINTAINER= beech@FreeBSD.org
|
|
COMMENT= E-mail forward
|
|
|
|
#-----------------------------------------------------------------------
|
|
# You may define these options:
|
|
#
|
|
# - WITHOUT_LDAP if you do not need OpenLDAP;
|
|
#
|
|
# - WITHOUT_FTP disable FTP support;
|
|
#-----------------------------------------------------------------------
|
|
|
|
RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
|
|
|
|
. if !defined(WITHOUT_LDAP)
|
|
USE_PHP+= ldap
|
|
. endif
|
|
|
|
.if !defined(WITHOUT_FTP)
|
|
USE_PHP+= ftp
|
|
.endif
|
|
|
|
USE_HORDE= base pkg-message
|
|
USE_GETTEXT= yes
|
|
PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO
|
|
|
|
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
|
|
.include <bsd.port.mk>
|