summaryrefslogtreecommitdiff
path: root/math/libmatheval/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2004-08-24 12:36:29 +0000
committerdrochner <drochner@pkgsrc.org>2004-08-24 12:36:29 +0000
commitda5578aca5d36c00c4421bea6e70d1d2072c7c25 (patch)
tree317de1f971068c80ffad9ed1398789a9ee8293d3 /math/libmatheval/Makefile
parent0f82b044ce6e7d9b9e79c956f2a172aa9642f4b2 (diff)
downloadpkgsrc-da5578aca5d36c00c4421bea6e70d1d2072c7c25.tar.gz
import libmatheval-1.1.1, a
Library for evaluating mathematical expressions
Diffstat (limited to 'math/libmatheval/Makefile')
-rw-r--r--math/libmatheval/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/libmatheval/Makefile b/math/libmatheval/Makefile
new file mode 100644
index 00000000000..d6dee3dd776
--- /dev/null
+++ b/math/libmatheval/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/24 12:36:29 drochner Exp $
+#
+
+DISTNAME= libmatheval-1.1.1
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_GNU:=libmatheval/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.gnu.org/software/libmatheval/
+COMMENT= Library for evaluating mathematical expressions
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+
+.include "../../devel/flex/buildlink3.mk"
+.include "../../lang/guile/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"