Files
ports/databases/py-python-rrdtool/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

23 lines
453 B
Makefile

# $FreeBSD$
PORTNAME= python-rrdtool
PORTVERSION= 1.4.7
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>