From 86e4bf670f00a0430c73abcdc2d0f718f1eecf93 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 30 Sep 2014 22:24:30 +0000 Subject: Convert to USES=horde --- mail/horde-imp/Makefile | 7 ++----- mail/horde-ingo/Makefile | 7 ++----- mail/horde-turba/Makefile | 22 +++++----------------- mail/horde-webmail/Makefile | 7 ++----- 4 files changed, 11 insertions(+), 32 deletions(-) (limited to 'mail') diff --git a/mail/horde-imp/Makefile b/mail/horde-imp/Makefile index 5463064f6711..dd3f7f77136a 100644 --- a/mail/horde-imp/Makefile +++ b/mail/horde-imp/Makefile @@ -11,8 +11,7 @@ COMMENT= Horde web based webmail system LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LATEST_LINK= horde-${PORTNAME} - +USES= horde USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ horde \ @@ -50,6 +49,4 @@ USE_HORDE_RUN= Horde_Role \ Horde_Util \ Horde_View -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include diff --git a/mail/horde-ingo/Makefile b/mail/horde-ingo/Makefile index c1534e6a9ff1..36a225a3f405 100644 --- a/mail/horde-ingo/Makefile +++ b/mail/horde-ingo/Makefile @@ -11,8 +11,7 @@ COMMENT= Horde email filter rules manager LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -LATEST_LINK= horde-${PORTNAME} - +USES= horde USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ @@ -33,6 +32,4 @@ USE_HORDE_RUN= Horde_Role \ RUN_DEPENDS+= ${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve \ ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include diff --git a/mail/horde-turba/Makefile b/mail/horde-turba/Makefile index faca6df35f1e..fec7009bded5 100644 --- a/mail/horde-turba/Makefile +++ b/mail/horde-turba/Makefile @@ -11,13 +11,12 @@ COMMENT= Horde web based address book LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -LATEST_LINK= horde-${PORTNAME} - OPTIONS_DEFINE= FACEBOOK IMSP LDAP FACEBOOK_DESC= Support connections with Facebook IMSP_DSC= Support IMSP addressbooks LDAP_DESC= Support LDAP Addressbooks +USES= horde USE_PHP= gettext hash json USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ @@ -43,19 +42,8 @@ USE_HORDE_RUN= Horde_Role \ Horde_Util \ Horde_View -.include - -.if ${PORT_OPTIONS:MFACEBOOK} -USE_HORDE_RUN+= Horde_Service_Facebook -.endif - -.if ${PORT_OPTIONS:MIMSP} -USE_HORDE_RUN+= Horde_Imsp -.endif - -.if ${PORT_OPTIONS:MLDAP} -USE_HORDE_RUN+= Horde_Ldap -.endif +FACEBOOK_USE= HORDE_RUN=Horde_Service_Facebook +IMSP_USE= HORDE_RUN=Horde_Imsp +LDAP_USE= HORDE_RUN=Horde_Ldap -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include diff --git a/mail/horde-webmail/Makefile b/mail/horde-webmail/Makefile index 0284735f2a56..3d08d782c273 100644 --- a/mail/horde-webmail/Makefile +++ b/mail/horde-webmail/Makefile @@ -10,8 +10,7 @@ COMMENT= Horde Groupware Webmail Edition CONFLICTS= horde-groupware-[456]* -LATEST_LINK= horde-${PORTNAME} - +USES= horde USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ content \ @@ -26,6 +25,4 @@ USE_HORDE_RUN= Horde_Role \ trean \ turba -.include -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include +.include -- cgit