blob: 4b003eb7d22026d7e95158a6ffc1e32b44793e63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: orca
# Date created: 18 February 2003
# Whom: jsellens
#
# $FreeBSD$
#
PORTNAME= orca
PORTVERSION= 0.27
PORTREVISION= 2
PORTEPOCH= 1
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= \
p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
p5-Math-Interpolate>=0:${PORTSDIR}/math/p5-Math-Interpolate \
rrdtool>=0:${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>
|