diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 06:00:33 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 06:00:33 +0000 |
commit | 9c1b63b2ec1f2812fa813ab5a4792322891b27e0 (patch) | |
tree | 720ead88a5595b6ff5c78dc01df4c5cbad718a6e /math/octave-forge-spline-gcvspl/Makefile | |
parent | 34f61771ad34efd3d707046ec313d5a2beed054d (diff) |
Notes
Diffstat (limited to 'math/octave-forge-spline-gcvspl/Makefile')
-rw-r--r-- | math/octave-forge-spline-gcvspl/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/math/octave-forge-spline-gcvspl/Makefile b/math/octave-forge-spline-gcvspl/Makefile new file mode 100644 index 000000000000..72210a6b7bc4 --- /dev/null +++ b/math/octave-forge-spline-gcvspl/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-spline-gcvspl +PORTVERSION= 1.0.6 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +NO_CDROM= Non-commercial use only + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> |