summaryrefslogtreecommitdiff
path: root/lang/lush/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-08-23 22:01:00 +0000
committerwiz <wiz@pkgsrc.org>2006-08-23 22:01:00 +0000
commit279c175a6a3c08b668290e0761e87ad2d94d7033 (patch)
treeb15de2972a0b2e3c3b6265a392338995d46bc31b /lang/lush/Makefile
parent15e457874dc082280fa43e01531c51b82e065e51 (diff)
downloadpkgsrc-279c175a6a3c08b668290e0761e87ad2d94d7033.tar.gz
Initial import of lush-1.1 from pkgsrc-wip, packaged by Gilles Dauphin:
Lush is an object-oriented Lisp interpreter/compiler with features designed to please people who want to prototype large numerical applications. Lush includes an extensive library of vector/matrix/tensor manipulation, numerous numerical libraries (including GSL, LAPACK, and BLAS), a set of graphic functions, a simple GUI toolkit, and interfaces to various graphic and multimedia libraries such as OpenGL, SDL, Video4Linux, and ALSA (video/audio grabbing), and others. Lush is an ideal frontend script language for programming projects written in C or other languages. Lush also has libraries for Machine Learning, Neural Nets and statistical estimation (which are the main interests of the authors).
Diffstat (limited to 'lang/lush/Makefile')
-rw-r--r--lang/lush/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/lang/lush/Makefile b/lang/lush/Makefile
new file mode 100644
index 00000000000..dca3a5ccfac
--- /dev/null
+++ b/lang/lush/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/23 22:01:00 wiz Exp $
+
+DISTNAME= lush-1.1
+CATEGORIES= lang
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lush/}
+
+MAINTAINER= dauphin@enst.fr
+HOMEPAGE= http://lush.sourceforge.net/
+COMMENT= Lisp interpreter/compiler with a seamless interface to C
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= gmake
+USE_LIBTOOL= yes
+
+CONFIGURE_ARGS+= --without-bfd
+
+post-install:
+ ${RM} ${PREFIX}/share/lush/src/*c.orig
+
+.include "../../math/gsl/buildlink3.mk"
+.include "../../math/lapack/buildlink3.mk"
+.include "../../math/blas/buildlink3.mk"
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../audio/libaudiofile/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"