1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/graphics/picviz/Makefile
Antoine Brodin 92194a81a4 - Add explicit dependency on pkgconf (needed for cairo detection)
- Patch a CMakeLists to properly change rpath during install
- Add stage support
2014-01-25 18:52:14 +00:00

21 lines
491 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
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
libcairo.so:${PORTSDIR}/graphics/cairo
USE_LDCONFIG= yes
USES= bison cmake pkgconfig
.include <bsd.port.mk>