freebsd-ports/databases/py-python-rrdtool/Makefile
Niclas Zeising 307a70b894 Update databases/rrdtool to 1.6.0
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.

Bump portrevision for depending ports due to shlib version bump.

For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES

Reviewed by:	kwm
Differential Revision:	D6168
2016-05-02 16:08:56 +00:00

23 lines
469 B
Makefile

# $FreeBSD$
PORTNAME= python-rrdtool
PORTVERSION= 1.4.7
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= robak@FreeBSD.org
COMMENT= Python bindings for RRDTool, the graphing and logging utility
LICENSE= LGPL3
LIB_DEPENDS= librrd.so:databases/rrdtool
USES= pkgconfig python
USE_GNOME= cairo glib20 libxml2
USE_PYTHON= distutils autoplist
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>