2003-01-08 22:23:07 +01:00
|
|
|
# Ports collection makefile for: py-rrdtool_lgpl
|
|
|
|
# Date created: 8 January 2003
|
|
|
|
# Whom: Hye-Shik Chang
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rrdtool_lgpl
|
2009-10-31 06:04:14 +01:00
|
|
|
PORTVERSION= 1.0b1
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 3
|
2007-08-11 13:34:29 +02:00
|
|
|
CATEGORIES= databases python
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/py-rrdtool/py-rrdtool/${PORTVERSION}
|
2003-01-08 22:23:07 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= py-rrdtool-${PORTVERSION}
|
|
|
|
|
2010-05-23 23:16:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-25 07:25:35 +01:00
|
|
|
COMMENT= Python interface to RRDTool, the graphing and logging utility
|
2003-01-08 22:23:07 +01:00
|
|
|
|
2007-07-05 08:19:49 +02:00
|
|
|
LIB_DEPENDS= rrd:${PORTSDIR}/databases/rrdtool
|
2003-01-08 22:23:07 +01:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= py-rrdtool
|
2003-01-08 22:23:07 +01:00
|
|
|
|
|
|
|
LIBDIR?= ${LOCALBASE}/lib # directory where librrd.so lives
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|