blob: 9d6da17282347971242b41ce3009de3b183be28e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Tim Hemel
# $FreeBSD$
PORTNAME= picviz
PORTVERSION= 0.4
PORTREVISION= 4
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.3:${PORTSDIR}/devel/pcre \
cairo.2:${PORTSDIR}/graphics/cairo
USE_CMAKE= yes
USE_LDCONFIG= yes
USES= bison
MAN1= pcv.1
.include <bsd.port.mk>
|