aboutsummaryrefslogtreecommitdiffstats
path: root/databases/php5-rrdtool/Makefile
blob: 54b6fa21fb15c66b7ab5e1a7705496d3ba3ce082 (plain) (blame)
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
# New ports collection makefile for:    php5-rrdtool
# Date created:             19 Mar 2006
# Whom:                 rick@wzoeterwoude.net
# Credits:              mat
#
# $FreeBSD$

PORTNAME=   rrdtool
PORTVERSION=    1.00
CATEGORIES= net
MASTER_SITES=   http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/contrib/ \
        http://ftp.ntua.gr/pub/net/monitoring/rrdtool/contrib/ \
        http://www.mirrors.wiretapped.net/security/network-monitoring/rrdtool/contrib/
PKGNAMEPREFIX=  php5-
DISTNAME=   php_rrdtool
EXTRACT_SUFX=   .tgz

MAINTAINER= rick@wzoeterwoude.net
COMMENT=    A php 5 rrdtool glue

LIB_DEPENDS=    rrd:${PORTSDIR}/net/rrdtool

WRKSRC=     ${WRKDIR}/rrdtool

USE_PHP=    yes
DEFAULT_PHP_VER=5
USE_PHPEXT= yes

.include <bsd.port.mk>