freebsd-ports/sysutils/less/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
2011-09-23 22:26:39 +00:00

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>