freebsd-ports/databases/py-rrdtool_lgpl/Makefile
Rong-En Fan c1dece6a00 - Chase rrdtool 1.3.0 update, bump PORTREVISION
PR:		ports/124749
Submitted by:	Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)
2008-06-24 12:34:56 +00:00

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= 2
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>