1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/graphics/orca/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

32 lines
749 B
Makefile

# New ports collection makefile for: orca
# Date created: 18 February 2003
# Whom: jsellens
#
# $FreeBSD$
#
PORTNAME= orca
PORTVERSION= 0.27b3
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.orcaware.com/orca/pub/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for plotting arbitrary data from text files onto a Web server
BUILD_DEPENDS= \
${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
${SITE_PERL}/Math/Interpolate.pm:${PORTSDIR}/math/p5-Math-Interpolate \
${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --with-html-dir=${PREFIX}/www/data/orca
USE_PERL5= yes
MAN1= orca.1
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>