mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5e5841f2cd
PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
25 lines
630 B
Makefile
25 lines
630 B
Makefile
# 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>
|