summaryrefslogtreecommitdiff
path: root/math/cassowary
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-01-07 14:47:16 +0000
committerwiz <wiz@pkgsrc.org>2003-01-07 14:47:16 +0000
commit4a302a3398691f5cd4d8b9ef152cf390bdfbd267 (patch)
treedbc4f1ae05af1e16373a52be24e6a9b2a25490e9 /math/cassowary
parent2fa16de558d28d8a13ad4319adb7b4860f9a643c (diff)
downloadpkgsrc-4a302a3398691f5cd4d8b9ef152cf390bdfbd267.tar.gz
Convert to buildlink2.
Diffstat (limited to 'math/cassowary')
-rw-r--r--math/cassowary/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/math/cassowary/Makefile b/math/cassowary/Makefile
index e51e6e8e736..e716cbf43c3 100644
--- a/math/cassowary/Makefile
+++ b/math/cassowary/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/01/07 03:56:26 uebayasi Exp $
+# $NetBSD: Makefile,v 1.14 2003/01/07 14:47:16 wiz Exp $
#
DISTNAME= cassowary-0.60
@@ -10,16 +10,16 @@ HOMEPAGE= http://www.cs.washington.edu/research/constraints/cassowary/
COMMENT= Constraint-solving toolkit for linear equalities and inequalities
BUILD_DEPENDS+= bison>=1.34:../../devel/bison
-DEPENDS+= gtl>=0.3.2:../../devel/gtl
+USE_BUILDLINK2= # defined
USE_GMAKE= # defined
USE_LIBTOOL= # defined
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --enable-fd-solver
-CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE}
-CONFIGURE_ARGS+= --with-gtl=${LOCALBASE}
+CONFIGURE_ARGS+= --with-guile-prefix=${BUILDLINK_PREFIX.guile14}
+CONFIGURE_ARGS+= --with-gtl=${BUILDLINK_PREFIX.gtl}
YACC= bison -y
@@ -35,5 +35,6 @@ MAKE_ENV+= CXX=${LOCALBASE}/egcs/bin/g++
post-install:
cd ${PREFIX}/lib/cassowary && ${RMDIR} -p bench
+.include "../../devel/gtl/buildlink2.mk"
.include "../../lang/guile14/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"