freebsd-ports/misc/less/Makefile
Andrey A. Chernov df539994fc Mark this port FORBIDDEN for -current
Remove myself from MAINTAINER
2000-05-23 06:35:25 +00:00

33 lines
650 B
Makefile

# New ports collection makefile for: less
# Date created: 8 Nov 1994
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= less
PORTVERSION= 352
CATEGORIES= misc
MASTER_SITES= http://home.flash.net/~marknu/less/ \
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= less
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500003
FORBIDDEN= already is in the base system
.endif
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
MAN1= less.1 lesskey.1
.if defined(COLOUR_LESS) || defined(COLOR_LESS)
pre-patch:
@${ECHO_MSG} "Making a colour version of less."
EXTRA_PATCHES= ${FILESDIR}/patch-ab
.endif
.include <bsd.port.post.mk>