aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-control/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2008-09-08 07:38:52 +0000
committerMaho Nakata <maho@FreeBSD.org>2008-09-08 07:38:52 +0000
commit8063b47dbcae23676a664450a5333fdd2b609f62 (patch)
tree3434c77ef48f7e53ebe77ad4553017ad94d2ec78 /math/octave-forge-control/Makefile
parentab96ace2b5ddd8bf7a968d24824bfe625442c2c6 (diff)
downloadports-8063b47dbcae23676a664450a5333fdd2b609f62.tar.gz
ports-8063b47dbcae23676a664450a5333fdd2b609f62.zip
Add port math/octave-forge-control
This is control. Additional Octave Control tools The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Notes
Notes: svn path=/head/; revision=220279
Diffstat (limited to 'math/octave-forge-control/Makefile')
-rw-r--r--math/octave-forge-control/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/octave-forge-control/Makefile b/math/octave-forge-control/Makefile
new file mode 100644
index 000000000000..a13d0be7757b
--- /dev/null
+++ b/math/octave-forge-control/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: octave-forge
+# Date created: 5 May 2004
+# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= octave-forge-control
+PORTVERSION= 1.0.7
+CATEGORIES= math
+
+MAINTAINER= stephen@math.missouri.edu
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/Mk/bsd.octave.mk"
+.include <bsd.port.post.mk>