1997-12-26 20:26:39 +01:00
|
|
|
# New ports collection makefile for: vilearn
|
|
|
|
# Date created: 12 Dec 1997
|
|
|
|
# Whom: Ian Vaudrey <i.vaudrey@bigfoot.com>
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1997-12-26 20:26:39 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 02:25:54 +02:00
|
|
|
PORTNAME= vilearn
|
|
|
|
PORTVERSION= 1.0
|
1997-12-26 20:26:39 +01:00
|
|
|
CATEGORIES= editors
|
|
|
|
MASTER_SITES= ftp://ftp.funet.fi/pub/Linux/util/networking/util-swan/pub/misc/ \
|
|
|
|
ftp://ftp.mcc.ac.uk/pub/linux/fi.mirror/util/networking/util-swan/pub/misc/ \
|
|
|
|
ftp://ftp.tu-chemnitz.de/pub/linux/funet-mirror/util/networking/util-swan/pub/misc/
|
2000-09-25 14:21:43 +02:00
|
|
|
DISTFILES= ${PORTNAME}.Z
|
1997-12-26 20:26:39 +01:00
|
|
|
|
2003-11-02 03:48:08 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:38:28 +01:00
|
|
|
COMMENT= An interactive tutorial for the vi editor
|
1997-12-26 20:26:39 +01:00
|
|
|
|
|
|
|
EXTRACT_CMD= uncompress
|
|
|
|
EXTRACT_BEFORE_ARGS= -c
|
|
|
|
EXTRACT_AFTER_ARGS= | tail -n 1759 | sh
|
|
|
|
|
|
|
|
MAN1= vilearn.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|