aboutsummaryrefslogtreecommitdiff
path: root/science/qcl/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-29 16:56:08 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-29 16:56:08 +0000
commitcfe6e9364d9d1a80e7dd437aa2d6bfad4ed77d09 (patch)
tree2d0efd19f45f187fed346aee298f84de1a50bc95 /science/qcl/Makefile
parent7cc70d6ae6cb9b5a5e7c219bc0898db296ea50f2 (diff)
Notes
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 000000000000..251e5de939e4
--- /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>