1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/graphics/orca/Makefile
Andrej Zverev 99ad912735 - Convert to new perl framework
- Trim Makefile header
2013-08-03 08:45:51 +00:00

29 lines
633 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/
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
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>