freebsd-ports/graphics/picviz/Makefile
Antoine Brodin 8734e72eba Mark BROKEN: unfetchable
Reported by:	pkg-fallout
2015-03-31 13:48:17 +00:00

22 lines
513 B
Makefile

# Created by: Tim Hemel
# $FreeBSD$
PORTNAME= picviz
PORTVERSION= 0.4
PORTREVISION= 5
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
BROKEN= Unfetchable
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
libcairo.so:${PORTSDIR}/graphics/cairo
USE_LDCONFIG= yes
USES= bison cmake pkgconfig
.include <bsd.port.mk>