blob: 723e0e59ea01142fa29e4bd8d5cac8bb01eedd60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Ports collection makefile for: pear-Horde_Nls
# Date created: 6 July 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= Horde_Nls
PORTVERSION= 1.1.5
CATEGORIES= devel www pear
MASTER_SITES= http://pear.horde.org/get/
PKGNAMEPREFIX= pear-
OPTIONS= GEOIP "Depend on geoip PHP extension" Off
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Native Language Support
USE_HORDE_RUN= Horde_Translation Horde_Util
.include <bsd.port.options.mk>
.if defined(WITH_GEOIP)
USE_PHP= yes
.endif
.include <bsd.port.pre.mk>
.if defined(WITH_GEOIP)
RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/geoip.so:${PORTSDIR}/net/pecl-geoip
.endif
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
|