2008-11-11 12:18:38 +00:00
|
|
|
# New ports collection makefile for: picviz
|
|
|
|
# Date created: 08 Nov 2008
|
|
|
|
# Whom: Tim Hemel
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= picviz
|
|
|
|
PORTVERSION= 0.4
|
2010-03-28 06:47:48 +00:00
|
|
|
PORTREVISION= 2
|
2008-11-11 12:18:38 +00:00
|
|
|
CATEGORIES= graphics security
|
|
|
|
MASTER_SITES= http://www.wallinfire.net/picviz/attachment/wiki/ReleasesDownload/
|
|
|
|
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}?format=raw
|
|
|
|
|
|
|
|
MAINTAINER= ports@timit.nl
|
|
|
|
COMMENT= Parallel coordinates plotter
|
|
|
|
|
|
|
|
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \
|
|
|
|
cairo.2:${PORTSDIR}/graphics/cairo
|
|
|
|
|
|
|
|
USE_CMAKE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_BISON= build
|
|
|
|
|
|
|
|
MAN1= pcv.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|