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

31 lines
623 B
Makefile

# New ports collection makefile for: less
# Version required: 3.32
# Date created: 8 Nov 1994
# Whom: ache
#
# $Id: Makefile,v 1.16 1997/05/19 17:44:22 ache Exp $
#
DISTNAME= less-332
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= less
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
.include <bsd.port.mk>