diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-17 18:53:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-17 18:53:20 +0800 |
commit | be917d964c14d69914063926552efaf228dc962d (patch) | |
tree | 71f260a6fc101ef42a756b13ccc8a5126459a49c /science/qcl/Makefile | |
parent | b75a4d262f2e63866c59ef100045e83c8ec046a8 (diff) | |
download | freebsd-ports-gnome-be917d964c14d69914063926552efaf228dc962d.tar.gz freebsd-ports-gnome-be917d964c14d69914063926552efaf228dc962d.tar.zst freebsd-ports-gnome-be917d964c14d69914063926552efaf228dc962d.zip |
- Update to 0.6.4
- Update pkg-descr
PR: 188860
Submitted by: Ports Fury
Diffstat (limited to 'science/qcl/Makefile')
-rw-r--r-- | science/qcl/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/science/qcl/Makefile b/science/qcl/Makefile index 09cae688f832..314286096526 100644 --- a/science/qcl/Makefile +++ b/science/qcl/Makefile @@ -2,21 +2,16 @@ # $FreeBSD$ PORTNAME= qcl -PORTVERSION= 0.6.3 -PORTREVISION= 1 +PORTVERSION= 0.6.4 CATEGORIES= science math MASTER_SITES= http://tph.tuwien.ac.at/~oemer/tgz/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Quantum computer simulator LICENSE= GPLv2 # (or later) -OPTIONS_DEFINE= PLOTUTILS -PLOTUTILS_DESC= Plotting support via plotutils - -USES= bison gmake readline +USES= bison gmake readline tar:tgz USE_GCC= any PLIST_FILES= bin/qcl \ @@ -27,6 +22,9 @@ PLIST_FILES= bin/qcl \ %%DATADIR%%/shor.qcl %%DATADIR%%/test.qcl PLIST_DIRS= %%DATADIR%% +OPTIONS_DEFINE= PLOTUTILS + +PLOTUTILS_DESC= Plotting support via plotutils PLOTUTILS_LIB_DEPENDS= libplotter.so:${PORTSDIR}/graphics/plotutils PLOTUTILS_CXXFLAGS= -I${LOCALBASE}/include -DQCL_PLOT PLOTUTILS_LDFLAGS= -L${LOCALBASE}/lib -lplotter |