1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/sysutils/less/Makefile
Andrey A. Chernov e1de7422e3 upgrade to 3.52
2000-03-11 02:05:43 +00:00

28 lines
583 B
Makefile

# New ports collection makefile for: less
# http://www.flash.net/~marknu/less/
# Version required: 3.*
# Date created: 8 Nov 1994
# Whom: ache
#
# $FreeBSD$
#
DISTNAME= less-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>