aboutsummaryrefslogtreecommitdiffstats
path: root/science/qcl/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-05-30 00:56:08 +0800
committerijliao <ijliao@FreeBSD.org>2001-05-30 00:56:08 +0800
commit0cd3b558a2ec03ebdd484e3fc73daea22fbb1ec0 (patch)
treeaa15b061dd2e206684b66f6d7b13d57c2daa0d99 /science/qcl/Makefile
parent7fd56ec25cb90832bd6a44fc808c0ed1820eecee (diff)
downloadfreebsd-ports-graphics-0cd3b558a2ec03ebdd484e3fc73daea22fbb1ec0.tar.gz
freebsd-ports-graphics-0cd3b558a2ec03ebdd484e3fc73daea22fbb1ec0.tar.zst
freebsd-ports-graphics-0cd3b558a2ec03ebdd484e3fc73daea22fbb1ec0.zip
add qcl
A quantum computer simulator PR: 27628 Submitted by: Brad Huntting <huntting@glarp.com>
Diffstat (limited to 'science/qcl/Makefile')
-rw-r--r--science/qcl/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/science/qcl/Makefile b/science/qcl/Makefile
new file mode 100644
index 00000000000..251e5de939e
--- /dev/null
+++ b/science/qcl/Makefile
@@ -0,0 +1,21 @@
+# ports collection makefile for: qcl
+# Date created: 23 May 2001
+# Whom: Brad Huntting <huntting@glarp.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= qcl
+PORTVERSION= 0.4.1
+CATEGORIES= emulators math
+MASTER_SITES= http://tph.tuwien.ac.at/~oemer/tgz/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= huntting@glarp.com
+
+LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+
+post-install:
+ strip ${PREFIX}/bin/qcl
+
+.include <bsd.port.mk>