diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-02-24 22:06:26 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-02-24 22:06:26 +0000 |
commit | 3a9e8df01480732edbde412d2ae17bd86f70923c (patch) | |
tree | 4ce0edd700845b0fac6e067fb5b106a63faedfa1 /math/geg/Makefile | |
parent | c9b6587c07d73f1969c7ab57b8a44434f4efd528 (diff) |
Notes
Diffstat (limited to 'math/geg/Makefile')
-rw-r--r-- | math/geg/Makefile | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile index 13ba4d6eb98c..0c79669a5350 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -1,25 +1,22 @@ -# New ports collection makefile for: geg -# Version required: 0.15.0 -# Date created: 8 Aug 1998 -# Whom: rom +# New ports collection makefile for: geg +# Version required: 0.99.0 +# Date created: 8 Aug 1998 +# Whom: rom # -# $Id: Makefile,v 1.5 1998/11/23 08:32:08 asami Exp $ +# $Id: Makefile,v 1.6 1998/12/22 07:52:51 asami Exp $ # -DISTNAME= geg-0.15.0 +DISTNAME= geg-0.99.0 CATEGORIES= math MASTER_SITES= http://www.geocities.com/SiliconValley/Park/2030/ MAINTAINER= rom_glsa@ein-hashofet.co.il -LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 +LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel -BROKEN= build USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - GTK_CONFIG="${X11BASE}/bin/gtk11-config" \ - LIBS="-L${X11BASE}/lib -lgtk11" +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" .include <bsd.port.mk> |