1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/sysutils/less/Makefile
Renato Botelho 6f48f412df Support staging
Approved by:	portmgr@ (blanket)
2014-01-14 00:28:32 +00:00

35 lines
698 B
Makefile

# Created by: Andrey A. Chernov <ache@FreeBSD.org>
# $FreeBSD$
PORTNAME= less
PORTVERSION= 458
CATEGORIES= sysutils
MASTER_SITES= http://www.greenwoodsoftware.com/%SUBDIR%/ \
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= less
MAINTAINER= jharris@widomaker.com
COMMENT= Better pager utility
LICENSE= GPLv3
GNU_CONFIGURE= yes
PLIST_FILES= bin/less bin/lesskey bin/lessecho \
man/man1/less.1.gz man/man1/lesskey.1.gz \
man/man1/lessecho.1.gz
OPTIONS_DEFINE= COLORS
COLORS_DESC= Enable colors support via escape sequence
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCOLORS}
CPPFLAGS+= -DCOLOR_LESS
pre-fetch:
@${ECHO_MSG} "Making a color version of less."
.endif
.include <bsd.port.mk>