diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-01 06:24:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-01 06:24:30 +0800 |
commit | 86e4bf670f00a0430c73abcdc2d0f718f1eecf93 (patch) | |
tree | 1456d7554996655ed30ce158958b16375e47c979 /mail | |
parent | ea75169b58ac21daeeb8fb1d50ac2432ce6dada2 (diff) | |
download | freebsd-ports-gnome-86e4bf670f00a0430c73abcdc2d0f718f1eecf93.tar.gz freebsd-ports-gnome-86e4bf670f00a0430c73abcdc2d0f718f1eecf93.tar.zst freebsd-ports-gnome-86e4bf670f00a0430c73abcdc2d0f718f1eecf93.zip |
Convert to USES=horde
Diffstat (limited to 'mail')
-rw-r--r-- | mail/horde-imp/Makefile | 7 | ||||
-rw-r--r-- | mail/horde-ingo/Makefile | 7 | ||||
-rw-r--r-- | mail/horde-turba/Makefile | 22 | ||||
-rw-r--r-- | mail/horde-webmail/Makefile | 7 |
4 files changed, 11 insertions, 32 deletions
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 <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |