1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/sysutils/less/Makefile

33 lines
666 B
Makefile
Raw Normal View History

1994-11-08 03:35:39 +00:00
# New ports collection makefile for: less
1999-12-23 03:22:03 +00:00
# http://www.flash.net/~marknu/less/
1999-04-15 19:23:23 +00:00
# Version required: 3.*
1994-11-08 03:35:39 +00:00
# Date created: 8 Nov 1994
# Whom: ache
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
1994-11-08 03:35:39 +00:00
#
1999-12-23 02:27:14 +00:00
DISTNAME= less-346
CATEGORIES= misc
1999-12-23 02:27:14 +00:00
MASTER_SITES= http://www.flash.net/~marknu/less/ \
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= less
MAINTAINER= ache@FreeBSD.org
GNU_CONFIGURE= yes
MAN1= less.1 lesskey.1
EXTRA_PATCH= patch-ab
pre-clean:
@${RM} -f ${PATCHDIR}/${EXTRA_PATCH}
.if defined(COLOUR_LESS) || defined(COLOR_LESS)
pre-patch:
@${ECHO_MSG} "Making a colour version of less."
@${CP} ${FILESDIR}/${EXTRA_PATCH} ${PATCHDIR}
.endif
1994-11-08 03:35:39 +00:00
.include <bsd.port.mk>