1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/shells/vshnu/Makefile

24 lines
490 B
Makefile
Raw Normal View History

2001-02-25 19:35:33 +00:00
# ex:ts=8
# New ports collection makefile for: vshnu
# Date created: Feb 26, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vshnu
2009-05-28 23:18:34 +00:00
PORTVERSION= 1.0305
CATEGORIES= shells perl5
MASTER_SITES= http://www.cs.indiana.edu/~kinzler/${PORTNAME}/
EXTRACT_SUFX= .tgz
2001-02-25 19:35:33 +00:00
MAINTAINER= miwi@FreeBSD.org
2003-02-20 19:00:52 +00:00
COMMENT= New Visual Shell
2001-02-25 19:35:33 +00:00
BUILD_DEPENDS= p5-Term-Screen>=0:${PORTSDIR}/devel/p5-Term-Screen
RUN_DEPENDS:= ${BUILD_DEPENDS}
2001-02-25 19:35:33 +00:00
PERL_CONFIGURE= yes
.include <bsd.port.mk>