20 lines
749 B
Makefile
20 lines
749 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/10/05 11:12:50 asau Exp $
|
|
#
|
|
|
|
DISTNAME= Horde_ActiveSync-1.2.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pear.horde.org/get/
|
|
|
|
MAINTAINER= frederic@fauberteau.org
|
|
HOMEPAGE= http://pear.horde.org/
|
|
COMMENT= ActiveSync server
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
BUILD_DEPENDS+= ${PHP_PKG_PREFIX}-pear-channel-horde-[0-9]*:../../wip/pear-channel-horde
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Horde_Date-[0-9]*:../../wip/pear-Horde_Date
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Horde_Exception-[0-9]*:../../wip/pear-Horde_Exception
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Horde_Support-[0-9]*:../../wip/pear-Horde_Support
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Horde_Util-[0-9]*:../../wip/pear-Horde_Util
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|