diff options
author | steve <steve@FreeBSD.org> | 1999-11-01 09:02:42 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-01 09:02:42 +0800 |
commit | bacea40fa49b70485436fadf721fd86be1fb4625 (patch) | |
tree | 63766583d3fe1e6d3850fac1425c6c1f426958aa /math | |
parent | 54ad28f938e54a1a8e5c38f56362d99eeec6ac60 (diff) | |
download | freebsd-ports-gnome-bacea40fa49b70485436fadf721fd86be1fb4625.tar.gz freebsd-ports-gnome-bacea40fa49b70485436fadf721fd86be1fb4625.tar.zst freebsd-ports-gnome-bacea40fa49b70485436fadf721fd86be1fb4625.zip |
Update to version 1.0.1.
PR: 14493
Submitted by: Dominik Brettnacher <domi@saargate.de>
Diffstat (limited to 'math')
-rw-r--r-- | math/geg/Makefile | 13 | ||||
-rw-r--r-- | math/geg/distinfo | 2 | ||||
-rw-r--r-- | math/geg/pkg-descr | 5 |
3 files changed, 11 insertions, 9 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile index 4ce6a5b0dd87..ffe7e2a7ef44 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -1,21 +1,26 @@ # New ports collection makefile for: geg -# Version required: 0.99.0 +# Version required: 1.0.1 # Date created: 8 Aug 1998 # Whom: rom # # $FreeBSD$ # -DISTNAME= geg-0.99.0 +DISTNAME= geg-1.0.1 CATEGORIES= math -MASTER_SITES= http://www.geocities.com/SiliconValley/Park/2030/ +MASTER_SITES= http://www.infolaunch.com/~daveb/ \ + ftp://metalab.unc.edu/pub/Linux/science/visualization/plotting/ MAINTAINER= domi@saargate.de LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 USE_X_PREFIX= yes -USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib" + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/src/geg ${PREFIX}/bin + .include <bsd.port.mk> diff --git a/math/geg/distinfo b/math/geg/distinfo index 999cb93dda96..ee9ed6929c3e 100644 --- a/math/geg/distinfo +++ b/math/geg/distinfo @@ -1 +1 @@ -MD5 (geg-0.99.0.tar.gz) = 1b0afc13e316958370023ea690da74ea +MD5 (geg-1.0.1.tar.gz) = 8b12df4e6257641183883883df45d718 diff --git a/math/geg/pkg-descr b/math/geg/pkg-descr index b6d0a372445e..2b901471e378 100644 --- a/math/geg/pkg-descr +++ b/math/geg/pkg-descr @@ -2,7 +2,4 @@ geg, a GTK+ Equation Grapher is a very simple utility for parsing and plotting 2D-Functions, eg f(x) = 3 + sin(x), and much more complicated functions. It was written with GTK+ and provides a neat, configurable user interface. -WWW: http://www.geocities.com/SiliconValley/Park/2030/ - -- Rom -rom_glsa@ein-hashofet.co.il +WWW: http://www.infolaunch.com/~daveb/ |