summaryrefslogtreecommitdiff
path: root/misc/cassowary/Makefile
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>1999-10-06 05:38:51 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>1999-10-06 05:38:51 +0000
commitabe191319082c36debf42ef867e77d247eba69fc (patch)
treea55298083b62871211d73b4b66b12a7bfcb3bc8a /misc/cassowary/Makefile
parentInitial import. (diff)
Initial version.
constraint solving toolkit
Notes
Notes: svn path=/head/; revision=22194
Diffstat (limited to 'misc/cassowary/Makefile')
-rw-r--r--misc/cassowary/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/cassowary/Makefile b/misc/cassowary/Makefile
new file mode 100644
index 000000000000..eaf2b9aff95a
--- /dev/null
+++ b/misc/cassowary/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: cassowary
+# Version required: 0.52
+# Date created: 01 October 1999
+# Whom: Yukihiro Nakai <nakai@FreeBSD>org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= cassowary-0.52
+CATEGORIES= misc
+MASTER_SITES= http://www.cs.washington.edu/research/constraints/cassowary/
+
+MAINTAINER= nakai@FreeBSD.org
+
+LIB_DEPENDS= GTL.3:${PORTSDIR}/misc/gtl
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_NEWGCC= yes
+
+post-configure:
+ ${MKDIR} ${WRKSRC}/c++/cassowary
+ ${CP} ${WRKSRC}/c++/*.h ${WRKSRC}/c++/cassowary/
+
+.include <bsd.port.mk>