summaryrefslogtreecommitdiff
path: root/math/mtrxmath/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/mtrxmath/Makefile')
-rw-r--r--math/mtrxmath/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/math/mtrxmath/Makefile b/math/mtrxmath/Makefile
new file mode 100644
index 000000000000..e93a6f9b79e9
--- /dev/null
+++ b/math/mtrxmath/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: mtrxmath
+# Date created: 09 January 2001
+# Whom: George Reid <greid@ukug.uk.freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mtrxmath
+PORTVERSION= 0.9.3
+CATEGORIES= math
+MASTER_SITES= http://www.angelfire.com/linux/linuxjeff/mtrxmath/files/
+
+MAINTAINER= greid@ukug.uk.freebsd.org
+
+LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/mtrxmath ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/README.mtrxmath
+
+.include <bsd.port.mk>