Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 1996 15:05:53 +0200
From:      Mark Murray <mark@grondar.za>
To:        asami@freebsd.org, ache@freebsd.org
Cc:        ports@freebsd.org
Subject:   Colour Less...
Message-ID:  <199604281305.PAA23176@grumble.grondar.za>

next in thread | raw e-mail | index | archive | help
Does it make sense for less to have a special target for colour?

I would quite like it if a macro decided, then we could put it in
/etc/make.conf:

# New ports collection makefile for:    less
# Version required:     2.90
# Date created:         8 Nov 1994
# Whom:                 ache
#
# $Id: Makefile,v 1.9 1995/11/26 10:47:49 asami Exp $
#

DISTNAME=       less-290
CATEGORIES+=	misc
MASTER_SITES=   ftp://prep.ai.mit.edu/pub/gnu/ ftp://ftp.uu.net/systems/gnu/

MAINTAINER=	ache@FreeBSD.ORG

GNU_CONFIGURE=	yes

EXTRA_PATCH=	patch-ab

pre-clean:
	@rm -f ${PATCHDIR}/${EXTRA_PATCH}

.if defined(COLOUR_LESS)
pre-patch:
	@echo "Okay, making a color version of less...."
	@cp ${FILESDIR}/${EXTRA_PATCH} ${PATCHDIR}
.endif

.include <bsd.port.mk>

-- 
Mark Murray
46 Harvey Rd, Claremont, Cape Town 7700, South Africa
+27 21 61-3768 GMT+0200
Finger mark@grondar.za for PGP key



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604281305.PAA23176>