update to gnuplot 4.0.0
This commit is contained in:
parent
3018db0ae4
commit
0521c0ff3f
@ -1,15 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2004/02/04 15:02:09 xsa Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2004/12/21 16:56:59 danh Exp $
|
||||
|
||||
COMMENT= "command-driven interactive function plotting program"
|
||||
|
||||
DISTNAME= gnuplot-3.7.3
|
||||
DISTNAME= gnuplot-4.0.0
|
||||
CATEGORIES= math graphics
|
||||
MASTER_SITES= ftp://ftp.gnuplot.info/pub/gnuplot/ \
|
||||
ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ \
|
||||
ftp://ftp.irisa.fr/pub/gnuplot/ \
|
||||
ftp://ftp.ucc.ie/pub/gnuplot/ \
|
||||
ftp://ftp.cc.monash.edu.au/pub/gnuplot/ \
|
||||
${MASTER_SITE_GNU:=gnuplot/}
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
|
||||
|
||||
HOMEPAGE= http://www.gnuplot.info/
|
||||
|
||||
@ -21,13 +16,14 @@ PERMIT_PACKAGE_CDROM= "no modify"
|
||||
PERMIT_PACKAGE_FTP= "no modify"
|
||||
PERMIT_DISTFILES_CDROM= "no modify"
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c m z
|
||||
|
||||
FLAVORS= no_x11
|
||||
FLAVOR?=
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --without-linux-vga --without-gd \
|
||||
--with-png --with-gnu-readline --with-lasergnu
|
||||
CONFIGURE_ARGS= --without-linux-vga --without-gd --without-pdf \
|
||||
--with-png --with-readline --with-lasergnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
NO_REGRESS= Yes
|
||||
@ -36,7 +32,11 @@ NO_REGRESS= Yes
|
||||
CONFIGURE_ARGS+= --without-x
|
||||
.else
|
||||
USE_X11= Yes
|
||||
WANTLIB+= X11
|
||||
CONFIGURE_ARGS+= --with-x
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/src/lasergnu ${PREFIX}/bin/lasergnu
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnuplot-3.7.3.tar.gz) = 07921c091153b1f52825fb291849d36d
|
||||
RMD160 (gnuplot-3.7.3.tar.gz) = 757a6d288a47658e5f20676eb0c88acfe84377ea
|
||||
SHA1 (gnuplot-3.7.3.tar.gz) = 8e077efa1b6804020adfce62b4c5a1c391ca3d2d
|
||||
MD5 (gnuplot-4.0.0.tar.gz) = 66258443d9f93cc4f46b147dac33e63a
|
||||
RMD160 (gnuplot-4.0.0.tar.gz) = 7b1fc84c161c132c776269b6e9a49abd29251a18
|
||||
SHA1 (gnuplot-4.0.0.tar.gz) = a862bc311724c263aa1ef1c646291d73dc37c978
|
||||
|
@ -1,2 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.no-no_x11,v 1.1 2000/09/22 21:27:30 brad Exp $
|
||||
bin/gnuplot_x11
|
||||
@comment $OpenBSD: PFRAG.no-no_x11,v 1.2 2004/12/21 16:56:59 danh Exp $
|
||||
libexec/gnuplot/
|
||||
libexec/gnuplot/4.0/
|
||||
libexec/gnuplot/4.0/gnuplot_x11
|
||||
|
@ -1,8 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2004/09/15 09:11:59 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2004/12/21 16:56:59 danh Exp $
|
||||
bin/gnuplot
|
||||
bin/lasergnu
|
||||
@info info/gnuplot.info
|
||||
@man man/man1/gnuplot.1
|
||||
@man man/man1/lasergnu.1
|
||||
share/gnuplot.gih
|
||||
share/gnuplot/
|
||||
share/gnuplot/4.0/
|
||||
share/gnuplot/4.0/gnuplot.gih
|
||||
!%%no_x11%%
|
||||
|
Loading…
Reference in New Issue
Block a user