7bee1530ec
This is engine. An external interface library for 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
418 B
Makefile
17 lines
418 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-engine
|
|
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>
|