aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-bim/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2008-09-08 08:09:53 +0000
committerMaho Nakata <maho@FreeBSD.org>2008-09-08 08:09:53 +0000
commit070937c507b94bf7bd2ba3b5ad6c3a935ed60829 (patch)
treecc82c8cb483d620d8ea5f065d569f7f4d809b9d0 /math/octave-forge-bim/Makefile
parent05a4c91f1a5cb589ba0041269fcb8abb8aec7760 (diff)
Notes
Diffstat (limited to 'math/octave-forge-bim/Makefile')
-rw-r--r--math/octave-forge-bim/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/octave-forge-bim/Makefile b/math/octave-forge-bim/Makefile
new file mode 100644
index 000000000000..e3b641aff0db
--- /dev/null
+++ b/math/octave-forge-bim/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: octave-forge
+# Date created: 5 May 2004
+# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= octave-forge-bim
+PORTVERSION= 0.0.7
+CATEGORIES= math
+
+MAINTAINER= stephen@math.missouri.edu
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+
+RUN_DEPENDS+= ${TARBALLS_DIR}/fpl.tar.gz:${PORTSDIR}/math/octave-forge-fpl
+RUN_DEPENDS+= ${TARBALLS_DIR}/msh.tar.gz:${PORTSDIR}/math/octave-forge-msh
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/Mk/bsd.octave.mk"
+.include <bsd.port.post.mk>