summaryrefslogtreecommitdiff
path: root/math/matharray/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-10-31 06:20:44 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-10-31 06:20:44 +0000
commit06f7bd813b41518e3972ec9cb9af9f1d01e4358f (patch)
tree801e2dba7b02b4844ca4d431abfe56320c19f23d /math/matharray/Makefile
parentc14bfbbb5823117e427f0158d0f5665c21555bc1 (diff)
Notes
Diffstat (limited to 'math/matharray/Makefile')
-rw-r--r--math/matharray/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/math/matharray/Makefile b/math/matharray/Makefile
new file mode 100644
index 000000000000..a2a375b9fa6f
--- /dev/null
+++ b/math/matharray/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: matharray
+# Date created: 30 Oct 2006
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= matharray
+PORTVERSION= 1.0
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_GNUSTEP}
+MASTER_SITE_SUBDIR= contrib
+DISTNAME= MathArray-${PORTVERSION}
+
+MAINTAINER= dinoex@FreeBSD.org
+COMMENT= Class library for mathematical manipulation of matrices
+
+USE_GMAKE= yes
+USE_GNUSTEP= yes
+USE_GNUSTEP_PREFIX= yes
+USE_GNUSTEP_BASE= yes
+USE_GNUSTEP_BUILD= yes
+USE_GNUSTEP_INSTALL= yes
+MAKEFILE= GNUmakefile
+NO_FILTER_SHLIBS= yes
+
+.include <bsd.port.mk>