diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-02-26 03:35:33 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-02-26 03:35:33 +0800 |
commit | 52fc65b587d47492187578bd7e25ee62c94d98e7 (patch) | |
tree | c6fdf74d0cec8f89586133e3e96a4214610c6003 /shells/vshnu/Makefile | |
parent | af23b2a26eb3eee3d2b84bdb525c8d7666f3d56e (diff) | |
download | freebsd-ports-gnome-52fc65b587d47492187578bd7e25ee62c94d98e7.tar.gz freebsd-ports-gnome-52fc65b587d47492187578bd7e25ee62c94d98e7.tar.zst freebsd-ports-gnome-52fc65b587d47492187578bd7e25ee62c94d98e7.zip |
add vshnu, the New Visual Shell
Diffstat (limited to 'shells/vshnu/Makefile')
-rw-r--r-- | shells/vshnu/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/shells/vshnu/Makefile b/shells/vshnu/Makefile new file mode 100644 index 000000000000..58a4f25a4784 --- /dev/null +++ b/shells/vshnu/Makefile @@ -0,0 +1,28 @@ +# ex:ts=8 +# New ports collection makefile for: vshnu +# Date created: Feb 26, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= vshnu +PORTVERSION= 1.0005 +CATEGORIES= shells +MASTER_SITES= http://www.cs.indiana.edu/hyplan/kinzler/vshnu/ + +MAINTAINER= ijliao@FreeBSD.org + +.include <bsd.port.pre.mk> + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/Screen.pm:${PORTSDIR}/devel/p5-Term-Screen + +# perl 5.6.0 +.if ${OSVERSION} < 500007 +RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor +.endif + +USE_PERL5= yes +PERL_CONFIGURE= yes + +.include <bsd.port.post.mk> |