diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-03-24 12:54:23 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-03-24 12:54:23 +0800 |
commit | 9a638f63e54f858c79a9ccbbb0e584033e4605c7 (patch) | |
tree | ae5a18581493285aa9c7924a4edeb8372713c1ed | |
parent | bee7c0919d4f9bf9c1452613c30ee8b5e6e734a9 (diff) | |
download | freebsd-ports-gnome-9a638f63e54f858c79a9ccbbb0e584033e4605c7.tar.gz freebsd-ports-gnome-9a638f63e54f858c79a9ccbbb0e584033e4605c7.tar.zst freebsd-ports-gnome-9a638f63e54f858c79a9ccbbb0e584033e4605c7.zip |
- update to 20040219
- use gd2
- use versioned DISTNAME
- make portlint happy
-rw-r--r-- | graphics/dataplot/Makefile | 13 | ||||
-rw-r--r-- | graphics/dataplot/distinfo | 4 | ||||
-rw-r--r-- | graphics/dataplot/files/Makefile.tmpl | 4 |
3 files changed, 10 insertions, 11 deletions
diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index db1ee91deee7..ab070d46d912 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -6,29 +6,28 @@ # PORTNAME= dataplot -PORTVERSION= 20030530 -PORTREVISION= 2 +PORTVERSION= 20040219 CATEGORIES= graphics MASTER_SITES= ftp://ftp.nist.gov/pub/dataplot/unix/:source \ http://www.itl.nist.gov/div898/software/dataplot.html/:doc EXTRACT_SUFX= .tar.Z -DISTFILES= dataplot_source${EXTRACT_SUFX}:source \ +DISTFILES= dpsrc.1_2004${EXTRACT_SUFX}:source \ dpsnapsh.pdf:doc DIST_SUBDIR= dataplot -EXTRACT_ONLY= dataplot_source${EXTRACT_SUFX} +EXTRACT_ONLY= dpsrc.1_2004${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= A free software system for statistical visualization -FORBIDDEN= checksum mismatch due to extensive changes to distfile -LIB_DEPENDS= gd1:${PORTSDIR}/graphics/gd1 \ +#FORBIDDEN= checksum mismatch due to extensive changes to distfile +LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ png:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg USE_XLIB= yes USE_REINPLACE= yes NO_WRKSUBDIR= yes -MAXOBV?= 20000 # Make bigger if you need more observations/variable +MAXOBV?= 20000 # Make bigger if you need more observations/variable post-extract: @${INSTALL_DATA} ${FILESDIR}/Makefile.tmpl ${WRKSRC}/Makefile diff --git a/graphics/dataplot/distinfo b/graphics/dataplot/distinfo index 7a3c297e4613..ad43d37e16fd 100644 --- a/graphics/dataplot/distinfo +++ b/graphics/dataplot/distinfo @@ -1,4 +1,4 @@ -MD5 (dataplot/dataplot_source.tar.Z) = d2ce26e9bf543af10a0d3c83b9ba0fa3 -SIZE (dataplot/dataplot_source.tar.Z) = 8643315 +MD5 (dataplot/dpsrc.1_2004.tar.Z) = aeae937c3684ace178916b5e27ffdea5 +SIZE (dataplot/dpsrc.1_2004.tar.Z) = 9044385 MD5 (dataplot/dpsnapsh.pdf) = 88ca193586405a71387abbeba9be9f0e SIZE (dataplot/dpsnapsh.pdf) = 62085 diff --git a/graphics/dataplot/files/Makefile.tmpl b/graphics/dataplot/files/Makefile.tmpl index 4a1a3c4e2842..5d3f5a21d173 100644 --- a/graphics/dataplot/files/Makefile.tmpl +++ b/graphics/dataplot/files/Makefile.tmpl @@ -1,4 +1,4 @@ -CFLAGS += -I%%LOCALBASE%%/include/gd -I%%X11BASE%%/include +CFLAGS += -I%%LOCALBASE%%/include -I%%X11BASE%%/include DEST = ${PREFIX}/bin @@ -19,7 +19,7 @@ LD = $(CC) LDFLAGS = -L%%LOCALBASE%%/lib -L%%X11BASE%%/lib -LIBS = -lgd1 -lpng -ljpeg -lX11 -lz -lg2c -lm +LIBS = -lgd -lpng -ljpeg -lX11 -lz -lg2c -lm MAKEFILE = Makefile |