blob: fabc35d19b38d8b4e22312ea1a60de3e648ff272 (
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
|
# ex:ts=8
# Ports collection makefile for: py-rrdtool
# Date created: May 31, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= rrdtool
PORTVERSION= 0.1
CATEGORIES= net python
MASTER_SITES= http://projects.gasperino.org/projects/PyRRDtool/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyRRDtool-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python C extension module to access RRDtool files
LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool
USE_PYTHON= yes
WRKSRC= ${WRKDIR}/PyRRDtool/src
do-configure:
@(cd ${WRKSRC} ; ${MAKE} -f Makefile.pre.in boot)
.include <bsd.port.mk>
|