freebsd-ports/net/py-rrdtool/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

26 lines
535 B
Makefile

# 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://projects.gasperino.org/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>