diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-31 20:25:24 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-31 20:25:24 +0000 |
commit | 1dbe7ca58e4d8e378567163df5b8c256c738a7ce (patch) | |
tree | 8c7fa3dcdf5622d9f4258d1f17ab77612b05749e /net/py-rrdtool/Makefile | |
parent | 880a101ff3ba0eb0d406ec89dde9d5a3ffd00a16 (diff) |
Notes
Diffstat (limited to 'net/py-rrdtool/Makefile')
-rw-r--r-- | net/py-rrdtool/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net/py-rrdtool/Makefile b/net/py-rrdtool/Makefile new file mode 100644 index 000000000000..de133e2f6a41 --- /dev/null +++ b/net/py-rrdtool/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# Ports collection makefile for: py-rrdtool +# Date created: May 31, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= rrdtool +PORTVERSION= 0.1 +CATEGORIES= net python +MASTER_SITES= http://download.extreme-ware.com/open-projects/PyRRDtool/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= PyRRDtool-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool + +USE_PYTHON= yes +WRKSRC= ${WRKDIR}/PyRRDtool/src + +do-configure: + @(cd ${WRKSRC} ; ${MAKE} -f Makefile.pre.in boot) + +.include <bsd.port.mk> |