1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/less/Makefile
Satoshi Asami c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00

30 lines
599 B
Makefile

# New ports collection makefile for: less
# Version required: 3.21
# Date created: 8 Nov 1994
# Whom: ache
#
# $Id: Makefile,v 1.14 1996/11/18 10:25:06 asami Exp $
#
DISTNAME= less-321
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
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 "Making a colour version of less."
@${CP} ${FILESDIR}/${EXTRA_PATCH} ${PATCHDIR}
.endif
.include <bsd.port.mk>