freebsd-ports/databases/py-rrdtool_lgpl/Makefile

27 lines
649 B
Makefile
Raw Normal View History

# Ports collection makefile for: py-rrdtool_lgpl
# Date created: 8 January 2003
# Whom: Hye-Shik Chang
#
# $FreeBSD$
PORTNAME= rrdtool_lgpl
PORTVERSION= 1.0b1
2012-06-01 07:26:28 +02:00
PORTREVISION= 3
CATEGORIES= databases python
MASTER_SITES= SF/py-rrdtool/py-rrdtool/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py-rrdtool-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-25 07:25:35 +01:00
COMMENT= Python interface to RRDTool, the graphing and logging utility
LIB_DEPENDS= rrd:${PORTSDIR}/databases/rrdtool
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= py-rrdtool
LIBDIR?= ${LOCALBASE}/lib # directory where librrd.so lives
.include <bsd.port.mk>