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