aboutsummaryrefslogtreecommitdiffstats
path: root/databases/php4-rrdtool/Makefile
blob: 0bc031bf9b829a6c0a11c96f44cfb323f61becc2 (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
30
31
32
# New ports collection makefile for:    php4-rrdtool
# Date created:             26 Aug 2004
# Whom:                 mat
#
# $FreeBSD$
#

PORTNAME=   rrdtool
PORTVERSION=    1.05
CATEGORIES= net
MASTER_SITES=   ${MASTER_SITE_LOCAL} http://www.joeym.net/
MASTER_SITE_SUBDIR= mat
PKGNAMEPREFIX=  php4-
DISTNAME=   ${UNIQUENAME}-${PORTVERSION}

MAINTAINER= mat@FreeBSD.org
COMMENT=    A php/rrdtool glue

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

GNU_CONFIGURE=  yes
WRKSRC=     ${WRKDIR}/${UNIQUENAME}-${PORTVERSION}

USE_PHP=    yes
USE_PHPEXT= yes

post-install:
    @${MKDIR} ${EXAMPLESDIR}
    @${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
    @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."

.include <bsd.port.mk>