freebsd-ports/graphics/orca/Makefile
Baptiste Daroussin 5de6fa3a49 Rename orca to orca-plot to avoid name collision with accessibility/orca
Remove LATEST_LINK on accessibility/orca as it is now useless
2013-10-02 15:37:35 +00:00

30 lines
668 B
Makefile

# Created by: jsellens
# $FreeBSD$
PORTNAME= orca
PORTVERSION= 0.27
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= http://www.orcaware.com/orca/pub/
PKGNAMESUFFIX= -plot
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
USES= perl5
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --with-html-dir=${PREFIX}/www/data/orca
MAN1= orca.1
NO_STAGE= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>