summaryrefslogtreecommitdiff
path: root/editors/vilearn/Makefile
blob: 8854f297ec150e5b174b16734e12e3fb27c3f11c (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
24
# New ports collection makefile for:	vilearn
# Date created:		12 Dec 1997
# Whom:			Ian Vaudrey <i.vaudrey@bigfoot.com>
#
# $FreeBSD$
#

PORTNAME=	vilearn
PORTVERSION=	1.0
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/
DISTFILES=	${PORTNAME}.Z

MAINTAINER=	i.vaudrey@bigfoot.com

EXTRACT_CMD=	uncompress
EXTRACT_BEFORE_ARGS=	-c
EXTRACT_AFTER_ARGS=	| tail -n 1759 | sh

MAN1=		vilearn.1

.include <bsd.port.mk>