freebsd-ports/graphics/picviz/Makefile
Max Brazhnikov ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00

22 lines
487 B
Makefile

# 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_LDCONFIG= yes
USES= bison cmake
MAN1= pcv.1
.include <bsd.port.mk>