summaryrefslogtreecommitdiff
path: root/lang/yap/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-07-20 13:08:15 +0000
committerrillig <rillig@pkgsrc.org>2005-07-20 13:08:15 +0000
commit07ac4c5dfd3b10858198ab1e07ad770aceb6a93e (patch)
treef76d77fa005b02af25dc0ab5b1f839b6da335be6 /lang/yap/Makefile
parentb2549d8f87fd65221469f0b7853b92bd37fc5e6b (diff)
downloadpkgsrc-07ac4c5dfd3b10858198ab1e07ad770aceb6a93e.tar.gz
Added YAP-4.4.4.
YAP is a high-performance Prolog compiler developed at LIACC/Universidade do Porto and at COPPE Sistemas/UFRJ. Its Prolog engine is based in the WAM (Warren Abstract Machine), with several optimizations for better performance. YAP follows the Edinburgh tradition, and is largely compatible with the ISO-Prolog standard and with Quintus and SICStus Prolog.
Diffstat (limited to 'lang/yap/Makefile')
-rw-r--r--lang/yap/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile
new file mode 100644
index 00000000000..1260339bd81
--- /dev/null
+++ b/lang/yap/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/07/20 13:08:15 rillig Exp $
+#
+
+DISTNAME= Yap-4.4.4
+CATEGORIES= lang
+MASTER_SITES= http://www.ncc.up.pt/~vsc/Yap/
+
+MAINTAINER= rillig@NetBSD.org
+HOMEPAGE= http://www.ncc.up.pt/~vsc/Yap/
+COMMENT= ISO-compliant Prolog
+
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ENV+= INDENT=${TRUE:Q}
+
+.include "../../mk/bsd.pkg.mk"