3819707a20
revive the port - it improperly suffered repo-death - and apply the patch below. PR: ports/47577 Submitted by: Jason Harris <jharris@widomaker.com>
31 lines
576 B
Makefile
31 lines
576 B
Makefile
# New ports collection makefile for: less
|
|
# Date created: 8 Nov 1994
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= less
|
|
PORTVERSION= 378
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.greenwoodsoftware.com/%SUBDIR%/ \
|
|
${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= less
|
|
|
|
MAINTAINER= jharris@widomaker.com
|
|
COMMENT= A better pager utility
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= less.1 lesskey.1
|
|
|
|
.if defined(COLOUR_LESS) || defined(COLOR_LESS)
|
|
MAKE_ENV= CPPFLAGS="-DCOLOUR_LESS"
|
|
|
|
pre-fetch:
|
|
@${ECHO_MSG} "Making a colour version of less."
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|