svn commit: r369671 - head/Mk/Uses

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 30 21:41:22 UTC 2014


Author: bapt
Date: Tue Sep 30 21:41:21 2014
New Revision: 369671
URL: http://svnweb.freebsd.org/changeset/ports/369671
QAT: https://qat.redports.org/buildarchive/r369671/

Log:
  Convert bsd.horde.mk into USES=horde

Added:
  head/Mk/Uses/horde.mk
     - copied, changed from r369661, head/devel/pear-channel-horde/bsd.horde.mk

Copied and modified: head/Mk/Uses/horde.mk (from r369661, head/devel/pear-channel-horde/bsd.horde.mk)
==============================================================================
--- head/devel/pear-channel-horde/bsd.horde.mk	Tue Sep 30 20:14:17 2014	(r369661, copy source)
+++ head/Mk/Uses/horde.mk	Tue Sep 30 21:41:21 2014	(r369671)
@@ -1,12 +1,18 @@
 # $FreeBSD$
+#
+# Feature:	horde
+# Usage:	USES=horde
+# Valid ARGS:	none
+#
+# MAINTAINER=	horde at FreeBSD.org
 
-MASTER_SITES?=	http://pear.horde.org/get/
+.if !defined(_INCLUDE_USES_HORDE_MK)
+_INCLUDE_USES_HORDE_MK=	yes
 
-BUILD_DEPENDS+=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
-		${PEARDIR}/.channels/pear.horde.org.reg:${PORTSDIR}/devel/pear-channel-horde
+MASTER_SITES?=	http://pear.horde.org/get/
 
-RUN_DEPENDS+=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
-		${PEARDIR}/.channels/pear.horde.org.reg:${PORTSDIR}/devel/pear-channel-horde
+BUILD_DEPENDS+=	${PEARDIR}/.channels/pear.horde.org.reg:${PORTSDIR}/devel/pear-channel-horde
+RUN_DEPENDS+=	${PEARDIR}/.channels/pear.horde.org.reg:${PORTSDIR}/devel/pear-channel-horde
 
 PKGNAMEPREFIX?=	pear-
 HORDE_DIR?=	www/horde
@@ -152,4 +158,5 @@ BUILD_DEPENDS+=	${horde-${DEP}-DEPEND}
 IGNORE=	unknown Horde package(s): ${UNKNOWN_HORDE_PACKAGES}
 .endif
 
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include "${USESDIR}/pear.mk"
+.endif


More information about the svn-ports-head mailing list