1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/net/py-rrdtool_lgpl/Makefile

26 lines
607 B
Makefile
Raw Normal View History

# Ports collection makefile for: py-rrdtool_lgpl
# Date created: 8 January 2003
# Whom: Hye-Shik Chang
#
# $FreeBSD$
PORTNAME= rrdtool_lgpl
2003-02-14 03:02:08 +00:00
PORTVERSION= 0.2.1
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= py-rrdtool
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py-rrdtool-${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
2003-02-25 06:25:35 +00:00
COMMENT= Python interface to RRDTool, the graphing and logging utility
LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool
USE_PYTHON= yes
USE_PYDISTUTILS=yes
LIBDIR?= ${LOCALBASE}/lib # directory where librrd.so lives
.include <bsd.port.mk>