1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/less/Makefile

29 lines
614 B
Makefile
Raw Normal View History

1994-11-08 03:35:39 +00:00
# New ports collection makefile for: less
1995-04-08 13:54:45 +00:00
# Version required: 2.90
1994-11-08 03:35:39 +00:00
# Date created: 8 Nov 1994
# Whom: ache
#
# $Id: Makefile,v 1.9 1995/11/26 10:47:49 asami Exp $
1994-11-08 03:35:39 +00:00
#
1995-04-08 13:54:45 +00:00
DISTNAME= less-290
CATEGORIES+= misc
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ ftp://ftp.uu.net/systems/gnu/
MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= yes
EXTRA_PATCH= patch-ab
pre-clean:
@rm -f ${PATCHDIR}/${EXTRA_PATCH}
.if defined(COLOUR_LESS) || defined(COLOR_LESS)
pre-patch:
@echo "Making a colour version of less."
@cp ${FILESDIR}/${EXTRA_PATCH} ${PATCHDIR}
.endif
1994-11-08 03:35:39 +00:00
.include <bsd.port.mk>