summaryrefslogtreecommitdiff
path: root/math/geg/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-01 01:02:42 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-01 01:02:42 +0000
commitd7ca32c6a27e021dfc4359c053352f9ba1be2c85 (patch)
tree85889f437f45e12e318497ddd20dfce89554adaf /math/geg/Makefile
parentUpdate to version 1.7.3. (diff)
Update to version 1.0.1.
PR: 14493 Submitted by: Dominik Brettnacher <domi@saargate.de>
Notes
Notes: svn path=/head/; revision=22764
Diffstat (limited to 'math/geg/Makefile')
-rw-r--r--math/geg/Makefile13
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>