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