summaryrefslogtreecommitdiff
path: root/science/qcl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/qcl/Makefile')
-rw-r--r--science/qcl/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/science/qcl/Makefile b/science/qcl/Makefile
deleted file mode 100644
index 251e5de939e4..000000000000
--- a/science/qcl/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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>