diff options
Diffstat (limited to 'math/octave-forge-image/Makefile')
-rw-r--r-- | math/octave-forge-image/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/math/octave-forge-image/Makefile b/math/octave-forge-image/Makefile new file mode 100644 index 000000000000..10162414c42c --- /dev/null +++ b/math/octave-forge-image/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-image +PORTVERSION= 1.0.8 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LIB_DEPENDS+= MagickCore:${PORTSDIR}/graphics/ImageMagick + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> |