blob: bb0746ca8914c423ab68c73bd5157cb16ef337e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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.0305
CATEGORIES= shells perl5
MASTER_SITES= http://www.cs.indiana.edu/~kinzler/${PORTNAME}/
EXTRACT_SUFX= .tgz
MAINTAINER= miwi@FreeBSD.org
COMMENT= New Visual Shell
BUILD_DEPENDS= p5-Term-Screen>=0:${PORTSDIR}/devel/p5-Term-Screen
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
.include <bsd.port.mk>
|