From 4dda97dc3613443de815969c029fc8183a56e2da Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 25 Feb 2001 19:35:33 +0000 Subject: add vshnu, the New Visual Shell --- shells/vshnu/Makefile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 shells/vshnu/Makefile (limited to 'shells/vshnu/Makefile') 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 +# +# $FreeBSD$ +# + +PORTNAME= vshnu +PORTVERSION= 1.0005 +CATEGORIES= shells +MASTER_SITES= http://www.cs.indiana.edu/hyplan/kinzler/vshnu/ + +MAINTAINER= ijliao@FreeBSD.org + +.include + +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 -- cgit v1.2.3