2000-06-20 07:22:47 +00:00
|
|
|
# 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
|
|
|
#
|
|
|
|
|
2000-06-20 07:22:47 +00:00
|
|
|
PORTNAME= less
|
|
|
|
PORTVERSION= 354
|
1996-11-11 05:50:23 +00:00
|
|
|
CATEGORIES= misc
|
2000-06-20 07:22:47 +00:00
|
|
|
MASTER_SITES= http://home.flash.net/~marknu/less/ \
|
1999-12-23 02:27:14 +00:00
|
|
|
${MASTER_SITE_GNU}
|
1999-01-27 07:41:29 +00:00
|
|
|
MASTER_SITE_SUBDIR= less
|
1995-04-12 04:56:21 +00:00
|
|
|
|
2000-06-20 07:22:47 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
2000-05-23 06:35:25 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500003
|
2000-06-20 07:22:47 +00:00
|
|
|
FORBIDDEN= already is in the base system
|
2000-05-23 06:35:25 +00:00
|
|
|
.endif
|
|
|
|
|
1995-04-12 04:56:21 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1996-11-18 14:17:24 +00:00
|
|
|
MAN1= less.1 lesskey.1
|
1995-04-12 04:56:21 +00:00
|
|
|
|
1996-05-13 16:17:58 +00:00
|
|
|
.if defined(COLOUR_LESS) || defined(COLOR_LESS)
|
2000-06-20 07:22:47 +00:00
|
|
|
MAKE_ENV= CPPFLAGS="-DCOLOUR_LESS"
|
|
|
|
|
|
|
|
pre-fetch:
|
1999-04-05 23:59:44 +00:00
|
|
|
@${ECHO_MSG} "Making a colour version of less."
|
1996-05-13 16:17:58 +00:00
|
|
|
.endif
|
1994-11-08 03:35:39 +00:00
|
|
|
|
2000-05-23 06:35:25 +00:00
|
|
|
.include <bsd.port.post.mk>
|