27 lines
533 B
Makefile
27 lines
533 B
Makefile
|
# ex:ts=8
|
||
|
# Ports collection makefile for: py-rrdpipe
|
||
|
# Date created: May 31, 2002
|
||
|
# Whom: ijliao
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= rrdpipe
|
||
|
PORTVERSION= 0.1
|
||
|
CATEGORIES= net python
|
||
|
MASTER_SITES= http://download.extreme-ware.com/open-projects/PyRRDpipe/
|
||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||
|
DISTNAME= PyRRDpipe-${PORTVERSION}
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
|
||
|
LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool
|
||
|
|
||
|
USE_PYTHON= yes
|
||
|
NO_BUILD= yes
|
||
|
|
||
|
do-install:
|
||
|
@${INSTALL_SCRIPT} ${WRKSRC}/RRDpipe.py ${PYTHON_SITELIBDIR}
|
||
|
|
||
|
.include <bsd.port.mk>
|