dad7313ad0
Reviewed by: marino (mentor) Approved by: swills (mentor)
24 lines
490 B
Makefile
24 lines
490 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:${PORTSDIR}/databases/rrdtool
|
|
|
|
USES= pkgconfig
|
|
USE_GNOME= cairo glib20 libxml2
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|