diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-11-11 12:18:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-11-11 12:18:38 +0000 |
commit | c6084df9746a4134299f5a3054646416afb33a34 (patch) | |
tree | 63566a5f4f315b152d3a4897424aea0efd3af81c /graphics/picviz/Makefile | |
parent | 6fa559831981b846ed55fef7529e8d1a8eec784d (diff) |
Notes
Diffstat (limited to 'graphics/picviz/Makefile')
-rw-r--r-- | graphics/picviz/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/picviz/Makefile b/graphics/picviz/Makefile new file mode 100644 index 000000000000..bfee1a4063b5 --- /dev/null +++ b/graphics/picviz/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: picviz +# Date created: 08 Nov 2008 +# Whom: Tim Hemel +# +# $FreeBSD$ +# + +PORTNAME= picviz +PORTVERSION= 0.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.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> |