aboutsummaryrefslogtreecommitdiff
path: root/math/umatrix/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-03 22:21:08 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-03 22:21:08 +0000
commit8826c6c22ae7d92d9ef150000fef282cdcff25e1 (patch)
tree8775cb45f3cc435be549c20d4874090a3dadc474 /math/umatrix/Makefile
parent21291fbe43da6a91a03ee8b047270e80db63ddae (diff)
A very simple matrix package.
PR: (half of) 3457 Submitted by: Sandro Sigala <ssigala@globalnet.it>
Notes
Notes: svn path=/head/; revision=6708
Diffstat (limited to 'math/umatrix/Makefile')
-rw-r--r--math/umatrix/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/umatrix/Makefile b/math/umatrix/Makefile
new file mode 100644
index 000000000000..6ad107b4e668
--- /dev/null
+++ b/math/umatrix/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: umatrix
+# Version required: 1.1
+# Date created: 1 May 1997
+# Whom: Sandro Sigala <ssigala@globalnet.it>
+#
+# $Id$
+#
+
+DISTNAME= umatrix-1.1
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+
+MAINTAINER= ssigala@globalnet.it
+
+GNU_CONFIGURE= yes
+MAN1= umatrix.1
+
+.include <bsd.port.mk>