f4f51fd84a
This is missing-functions. Find functions that are in Matlab but not in Octave. 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>
17 lines
429 B
Makefile
17 lines
429 B
Makefile
# New ports collection makefile for: octave-forge
|
|
# Date created: 5 May 2004
|
|
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= octave-forge-missing-functions
|
|
PORTVERSION= 1.0.0
|
|
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>
|