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

30 lines
599 B
Makefile
Raw Normal View History

1994-11-08 03:35:39 +00:00
# New ports collection makefile for: less
1997-05-19 17:44:28 +00:00
# Version required: 3.32
1994-11-08 03:35:39 +00:00
# Date created: 8 Nov 1994
# Whom: ache
#
1997-05-19 17:44:28 +00:00
# $Id: Makefile,v 1.15 1996/11/18 14:06:45 asami Exp $
1994-11-08 03:35:39 +00:00
#
1997-05-19 17:44:28 +00:00
DISTNAME= less-332
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= yes
MAN1= less.1 lesskey.1
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>