aboutsummaryrefslogtreecommitdiffstats
path: root/misc/less/Makefile
blob: 4e008c1c1022508e94ae7bd209329597aac7b74f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    less
# Date created:         8 Nov 1994
# Whom:                 ache
#
# $FreeBSD$
#

PORTNAME=       less
PORTVERSION=    352
CATEGORIES= misc
MASTER_SITES=   http://home.flash.net/~marknu/less/ \
        ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= less

MAINTAINER= ache@FreeBSD.org

GNU_CONFIGURE=  yes
MAN1=       less.1 lesskey.1

.if defined(COLOUR_LESS) || defined(COLOR_LESS)
pre-patch:
    @${ECHO_MSG} "Making a colour version of less."
EXTRA_PATCHES=  ${FILESDIR}/patch-ab
.endif

.include <bsd.port.mk>