c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
25 lines
553 B
Makefile
25 lines
553 B
Makefile
# New ports collection makefile for: rrdman
|
|
# Date created: 2007-06-07
|
|
# Whom: Janos Mohacsi <janos.mohacsi@bsd.hu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rrdman
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases
|
|
MASTER_SITES= SF/rrfw/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
|
COMMENT= Apply Holt-Winters prediction parameters to RRD data
|
|
|
|
BUILD_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_PERL5= YES
|
|
PLIST_FILES= bin/rrd_hwreapply
|
|
MAN1= rrd_hwreapply.1
|
|
|
|
.include <bsd.port.mk>
|