mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
2dd6b6d304
The documentation-minded may wish to mention this in the handbook somewhere. PR: ports/5279 Submitted by: Ian Vaudrey [3]Ian Vaudrey <i.vaudrey@bigfoot.com>
28 lines
693 B
Makefile
28 lines
693 B
Makefile
# New ports collection makefile for: vilearn
|
|
# Version required: 1.0
|
|
# Date created: 12 Dec 1997
|
|
# Whom: Ian Vaudrey <i.vaudrey@bigfoot.com>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= vilearn
|
|
PKGNAME= vilearn-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/
|
|
EXTRACT_SUFX= .Z
|
|
|
|
MAINTAINER= i.vaudrey@bigfoot.com
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
NO_CONFIGURE= yes
|
|
EXTRACT_CMD= uncompress
|
|
EXTRACT_BEFORE_ARGS= -c
|
|
EXTRACT_AFTER_ARGS= | tail -n 1759 | sh
|
|
|
|
MAN1= vilearn.1
|
|
|
|
.include <bsd.port.mk>
|