mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
92194a81a4
- Patch a CMakeLists to properly change rpath during install - Add stage support
21 lines
491 B
Makefile
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>
|