diff options
Diffstat (limited to 'graphics/dataplot/Makefile')
-rw-r--r-- | graphics/dataplot/Makefile | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index 1d0d424cd95c..a13bd4455e90 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -1,40 +1,35 @@ PORTNAME= dataplot -DISTVERSION= 20210713 -PORTREVISION= 2 +DISTVERSION= 20240806 CATEGORIES= graphics -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pfg@FreeBSD.org COMMENT= Free software system for statistical visualization WWW= https://www.itl.nist.gov/div898/software/dataplot/index.htm LICENSE= PD +LICENSE_FILE= ${WRKSRC}/../LICENSE.txt LIB_DEPENDS= libgd.so:graphics/gd \ - libpng.so:graphics/png - -USES= gmake gnome fortran jpeg readline xorg -USE_XORG= x11 xi -USE_GNOME= cairo + libtiff.so:graphics/tiff +RUN_DEPENDS= xclip:x11/xclip +USES= gmake gnome fortran readline xorg USE_GITHUB= yes GH_ACCOUNT= usnistgov -GH_TAGNAME= d5eb15dd86dd80098c6535aa68898ab8392ab700 - -WRKSRC_SUBDIR= src - -MAXOBV?= 450000 # Change if you need more observations/variable +GH_TAGNAME= b779512889cc78757fae29f9546e01b9c6cef95d +USE_GNOME= cairo +USE_XORG= x11 xft xi -FFLAGS+= -DLINUX -fdefault-real-8 -fdefault-double-8 -std=legacy +FFLAGS+= -fdefault-real-8 -fdefault-double-8 -std=legacy -PORTDATA= * +WRKSRC_SUBDIR= src PLIST_FILES= bin/dataplot bin/xdataplot +PORTDATA= * OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's/MAXOBV=1500000/MAXOBV=${MAXOBV}/' \ - ${WRKSRC}/DPCOPA.INC @${REINPLACE_CMD} \ -e 's;%%FC%%;${FC};' \ -e 's;%%CC%%;${CC};' \ |