63cd3dfeaa
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. This is quaternion. Package for the manipulation of Quaternion's used for frame transformation. WWW: http://octave.sourceforge.net/ PR: ports/137402 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu>
17 lines
420 B
Makefile
17 lines
420 B
Makefile
# New ports collection makefile for: octave-forge-quaternion
|
|
# Date created: 3 August 2009
|
|
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= octave-forge-quaternion
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= stephen@missouri.edu
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/Mk/bsd.octave.mk"
|
|
.include <bsd.port.post.mk>
|