summaryrefslogtreecommitdiff
path: root/math/cassowary/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/cassowary/Makefile')
-rw-r--r--math/cassowary/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/math/cassowary/Makefile b/math/cassowary/Makefile
deleted file mode 100644
index 2afea25c250..00000000000
--- a/math/cassowary/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.29 2005/04/11 21:46:28 tv Exp $
-#
-
-DISTNAME= cassowary-0.60
-PKGREVISION= 7
-CATEGORIES= math
-MASTER_SITES= http://www.cs.washington.edu/research/constraints/cassowary/
-
-MAINTAINER= tech-pkg@NetBSD.org
-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
-
-USE_GNU_TOOLS+= make
-USE_LIBTOOL= # defined
-
-GNU_CONFIGURE= # defined
-CONFIGURE_ARGS+= --enable-fd-solver
-CONFIGURE_ARGS+= --with-gtl=${BUILDLINK_PREFIX.gtl0}
-
-PLIST_SUBST+= GUILE14_SUBDIR=${GUILE14_SUBDIR}
-
-YACC= bison -y
-
-UNLIMIT_RESOURCES= datasize memorysize
-
-CXXFLAGS+= -Wno-deprecated
-
-post-install:
- cd ${PREFIX}/lib/cassowary && ${RMDIR} -p bench
-
-.include "../../devel/gtl0/buildlink3.mk"
-.include "../../lang/guile14/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"