summaryrefslogtreecommitdiff
path: root/math/isl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/isl/Makefile')
-rw-r--r--math/isl/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/isl/Makefile b/math/isl/Makefile
new file mode 100644
index 00000000000..c393149bb66
--- /dev/null
+++ b/math/isl/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2013/02/17 22:10:47 wiz Exp $
+
+DISTNAME= isl-0.11.1
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_GNU:=gcc/infrastructure/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Integer set library required by gcc graphite
+HOMEPAGE= http://repo.or.cz/w/isl.git
+LICENSE= mit
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+
+CONFIGURE_ARGS+= --with-gmp=${BUILDLINK_PREFIX.gmpl}
+
+.include "../../devel/gmp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"