aboutsummaryrefslogtreecommitdiff
path: root/science/libquantum/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-08-14 20:02:07 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-08-14 20:02:07 +0000
commit728dd4769809ad9c12386ee1f40208a6dfda0424 (patch)
tree1ae53449f06c990d930adf037c450bae9a434234 /science/libquantum/Makefile
parent66e1cbe1411c075b524276d55bbbb845f295e7b4 (diff)
downloadports-728dd4769809ad9c12386ee1f40208a6dfda0424.tar.gz
ports-728dd4769809ad9c12386ee1f40208a6dfda0424.zip
Notes
Diffstat (limited to 'science/libquantum/Makefile')
-rw-r--r--science/libquantum/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/science/libquantum/Makefile b/science/libquantum/Makefile
new file mode 100644
index 000000000000..802d3f250ed4
--- /dev/null
+++ b/science/libquantum/Makefile
@@ -0,0 +1,21 @@
+# Ports collection makefile for: libquantum
+# Date created: 6 Aug, 2009
+# Whom: Wen Heping <wenheping@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libquantum
+PORTVERSION= 1.1.0
+CATEGORIES= science
+MASTER_SITES= http://www.libquantum.de/files/
+
+MAINTAINER= wenheping@gmail.com
+COMMENT= C library for quantum computing and quantum simulation
+
+GNU_CONFIGURE= yes
+USE_AUTOTOOLS= libtool:22
+USE_GMAKE= yes
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>