summaryrefslogtreecommitdiff
path: root/math/cassowary/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/cassowary/Makefile')
-rw-r--r--math/cassowary/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/math/cassowary/Makefile b/math/cassowary/Makefile
new file mode 100644
index 00000000000..4533e6fa46f
--- /dev/null
+++ b/math/cassowary/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/08/24 14:24:26 agc Exp $
+#
+
+DISTNAME= cassowary-0.50
+CATEGORIES= math
+MASTER_SITES= http://www.cs.washington.edu/research/constraints/cassowary/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.cs.washington.edu/research/constraints/cassowary/
+
+DEPENDS+= guile-1.3:../../lang/guile
+BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_GMAKE= yes
+
+CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE}
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+DEPENDS+= egcs-1.1.2:../../lang/egcs
+MAKE_ENV+= CXX=${LOCALBASE}/egcs/bin/g++
+.endif
+
+.include "../../mk/bsd.pkg.mk"