diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-01 01:02:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-01 01:02:42 +0000 |
commit | d7ca32c6a27e021dfc4359c053352f9ba1be2c85 (patch) | |
tree | 85889f437f45e12e318497ddd20dfce89554adaf /math | |
parent | cb8e8194140e913d82d582029f6943178e756b4a (diff) | |
download | ports-d7ca32c6a27e021dfc4359c053352f9ba1be2c85.tar.gz ports-d7ca32c6a27e021dfc4359c053352f9ba1be2c85.zip |
Notes
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/ |