6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
32 lines
626 B
Makefile
32 lines
626 B
Makefile
# New ports collection makefile for: less
|
|
# Date created: 8 Nov 1994
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= less
|
|
PORTVERSION= 436
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.greenwoodsoftware.com/%SUBDIR%/
|
|
# ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= less
|
|
|
|
MAINTAINER= jharris@widomaker.com
|
|
COMMENT= A better pager utility
|
|
|
|
PLIST_FILES= bin/less bin/lesskey bin/lessecho
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= less.1 lesskey.1 lessecho.1
|
|
|
|
.if defined(COLOUR_LESS) || defined(COLOR_LESS)
|
|
CPPFLAGS+= -DCOLOR_LESS
|
|
|
|
pre-fetch:
|
|
@${ECHO_MSG} "Making a color version of less."
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|