2000-06-20 09:22:47 +02:00
|
|
|
# New ports collection makefile for: less
|
|
|
|
# Date created: 8 Nov 1994
|
|
|
|
# Whom: ache
|
1994-11-08 04:35:39 +01:00
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1994-11-08 04:35:39 +01:00
|
|
|
#
|
|
|
|
|
2000-06-20 09:22:47 +02:00
|
|
|
PORTNAME= less
|
2002-02-13 04:17:53 +01:00
|
|
|
PORTVERSION= 373
|
1996-11-11 06:50:23 +01:00
|
|
|
CATEGORIES= misc
|
2001-12-13 04:58:33 +01:00
|
|
|
MASTER_SITES= http://www.greenwoodsoftware.com/%SUBDIR%/ \
|
1999-12-23 03:27:14 +01:00
|
|
|
${MASTER_SITE_GNU}
|
1999-01-27 08:41:29 +01:00
|
|
|
MASTER_SITE_SUBDIR= less
|
1995-04-12 06:56:21 +02:00
|
|
|
|
2002-02-15 00:35:46 +01:00
|
|
|
MAINTAINER= jharris@widomaker.com
|
2000-06-20 09:22:47 +02:00
|
|
|
|
2000-05-23 08:35:25 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500003
|
2000-06-20 09:22:47 +02:00
|
|
|
FORBIDDEN= already is in the base system
|
2000-05-23 08:35:25 +02:00
|
|
|
.endif
|
|
|
|
|
1995-04-12 06:56:21 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1996-11-18 15:17:24 +01:00
|
|
|
MAN1= less.1 lesskey.1
|
1995-04-12 06:56:21 +02:00
|
|
|
|
1996-05-13 18:17:58 +02:00
|
|
|
.if defined(COLOUR_LESS) || defined(COLOR_LESS)
|
2000-06-20 09:22:47 +02:00
|
|
|
MAKE_ENV= CPPFLAGS="-DCOLOUR_LESS"
|
|
|
|
|
|
|
|
pre-fetch:
|
1999-04-06 01:59:44 +02:00
|
|
|
@${ECHO_MSG} "Making a colour version of less."
|
1996-05-13 18:17:58 +02:00
|
|
|
.endif
|
1994-11-08 04:35:39 +01:00
|
|
|
|
2000-05-23 08:35:25 +02:00
|
|
|
.include <bsd.port.post.mk>
|