1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/sysutils/less/Makefile

34 lines
620 B
Makefile
Raw Normal View History

# New ports collection makefile for: less
# Date created: 8 Nov 1994
# Whom: ache
1994-11-08 03:35:39 +00:00
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
1994-11-08 03:35:39 +00:00
#
PORTNAME= less
PORTVERSION= 374
CATEGORIES= misc
MASTER_SITES= http://www.greenwoodsoftware.com/%SUBDIR%/ \
1999-12-23 02:27:14 +00:00
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= less
MAINTAINER= jharris@widomaker.com
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500003
FORBIDDEN= already is in the base system
.endif
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
1994-11-08 03:35:39 +00:00
.include <bsd.port.post.mk>