aboutsummaryrefslogtreecommitdiff
path: root/databases/py-rrdtool_lgpl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-rrdtool_lgpl/Makefile')
-rw-r--r--databases/py-rrdtool_lgpl/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/databases/py-rrdtool_lgpl/Makefile b/databases/py-rrdtool_lgpl/Makefile
deleted file mode 100644
index 83a6f5479581..000000000000
--- a/databases/py-rrdtool_lgpl/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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= 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
-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>