summaryrefslogtreecommitdiff
path: root/math/geg/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-11-18 17:33:50 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-11-18 17:33:50 +0000
commit75a360dc1e91a01b1601c9313dddc7ed4931d1bc (patch)
tree9838602a31b3301e67e5b6c58503ee606ae743cb /math/geg/Makefile
parentFix typo. (diff)
Upgrade to 0.15.0
PR: ports/8403 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=14649
Diffstat (limited to 'math/geg/Makefile')
-rw-r--r--math/geg/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile
index ea71cbf534a6..4d7235b77adf 100644
--- a/math/geg/Makefile
+++ b/math/geg/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: geg
-# Version required: 0.12
+# Version required: 0.15.0
# Date created: 8 Aug 1998
# Whom: rom
#
-# $Id: Makefile,v 1.2 1998/09/16 21:47:38 vanilla Exp $
+# $Id: Makefile,v 1.3 1998/09/22 22:55:54 asami Exp $
#
-DISTNAME= geg-0.12
+DISTNAME= geg-0.15.0
CATEGORIES= math
MASTER_SITES= http://www.geocities.com/SiliconValley/Park/2030/
@@ -17,5 +17,8 @@ LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
+ LIBS="${LOCALBASE}/lib"
.include <bsd.port.mk>