2003-01-08 21:23:07 +00:00
|
|
|
# Ports collection makefile for: py-rrdtool_lgpl
|
|
|
|
# Date created: 8 January 2003
|
|
|
|
# Whom: Hye-Shik Chang
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rrdtool_lgpl
|
2003-02-14 03:02:08 +00:00
|
|
|
PORTVERSION= 0.2.1
|
2003-01-08 21:23:07 +00:00
|
|
|
CATEGORIES= net python
|
2004-01-15 07:18:55 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= py-rrdtool
|
2003-01-08 21:23:07 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= py-rrdtool-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
2003-02-25 06:25:35 +00:00
|
|
|
COMMENT= Python interface to RRDTool, the graphing and logging utility
|
2003-01-08 21:23:07 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
|
|
|
|
LIBDIR?= ${LOCALBASE}/lib # directory where librrd.so lives
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|