c1a3e1e251
PR: ports/80210 Submitted by: Ports Fury
28 lines
625 B
Makefile
28 lines
625 B
Makefile
# 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.0136
|
|
CATEGORIES= shells perl5
|
|
MASTER_SITES= http://www.cs.indiana.edu/~kinzler/vshnu/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= New Visual Shell
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Term/Screen.pm:${PORTSDIR}/devel/p5-Term-Screen
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 50060
|
|
BUILD_DEPENDS+= ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|