mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
63a477b9ea
Changes: - http://www.greenwoodsoftware.com/less/news.436.html - http://www.greenwoodsoftware.com/less/old.html PR: ports/151825 Submitted by: Jason Harris <jharris@widomaker.com> (maintainer) Approved by: pgollucci (mentor, implicit)
33 lines
636 B
Makefile
33 lines
636 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)
|
|
MAKE_ENV= CPPFLAGS="-DCOLOR_LESS"
|
|
|
|
pre-fetch:
|
|
@${ECHO_MSG} "Making a color version of less."
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|