e8158a50e8
Follow the migration of net/rrdtool to databases/rrdtool PR: ports/114320 Submitted by: Edwin Groothuis <edwin@freebsd.org> Approved by: maintainer timeout
27 lines
667 B
Makefile
27 lines
667 B
Makefile
# Ports collection makefile for: py-rrdtool_lgpl
|
|
# Date created: 8 January 2003
|
|
# Whom: Hye-Shik Chang
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rrdtool_lgpl
|
|
PORTVERSION= 0.2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= py-rrdtool
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= py-rrdtool-${PORTVERSION}
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
|
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>
|