aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-oct2mat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-oct2mat/Makefile')
-rw-r--r--math/octave-forge-oct2mat/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/octave-forge-oct2mat/Makefile b/math/octave-forge-oct2mat/Makefile
new file mode 100644
index 000000000000..3ddcb3919ab3
--- /dev/null
+++ b/math/octave-forge-oct2mat/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: octave-forge-oct2mat
+# Date created: 8 September 2008
+# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= octave-forge-oct2mat
+PORTVERSION= 1.0.6
+CATEGORIES= math
+
+MAINTAINER= stephen@missouri.edu
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+
+RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:${PORTSDIR}/math/octave-forge-io
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/Mk/bsd.octave.mk"
+.include <bsd.port.post.mk>