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/geg/Makefile | |
parent | cb8e8194140e913d82d582029f6943178e756b4a (diff) | |
download | ports-d7ca32c6a27e021dfc4359c053352f9ba1be2c85.tar.gz ports-d7ca32c6a27e021dfc4359c053352f9ba1be2c85.zip |
Notes
Diffstat (limited to 'math/geg/Makefile')
-rw-r--r-- | math/geg/Makefile | 13 |
1 files changed, 9 insertions, 4 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> |