diff options
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> |