diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-10 17:58:00 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-10 17:58:00 +0000 |
| commit | 47ac56be82c72f83caff34ce4ac8f8e71bf8065a (patch) | |
| tree | 9b024a0a3e5f7e9ea25f8a10c704c6fa17bdc4f1 /sysutils/less/Makefile | |
| parent | a7b4667654401c6cff9093ae6ebd74c74d6776ac (diff) | |
Diffstat (limited to 'sysutils/less/Makefile')
| -rw-r--r-- | sysutils/less/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/sysutils/less/Makefile b/sysutils/less/Makefile deleted file mode 100644 index ef803d4e6f23..000000000000 --- a/sysutils/less/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: less -# Date created: 8 Nov 1994 -# Whom: ache -# -# $FreeBSD$ -# - -PORTNAME= less -PORTVERSION= 376 -CATEGORIES= misc -MASTER_SITES= http://www.greenwoodsoftware.com/%SUBDIR%/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= less - -MAINTAINER= jharris@widomaker.com - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500003 -FORBIDDEN= already is in the base system -.endif - -GNU_CONFIGURE= yes -MAN1= less.1 lesskey.1 - -.if defined(COLOUR_LESS) || defined(COLOR_LESS) -MAKE_ENV= CPPFLAGS="-DCOLOUR_LESS" - -pre-fetch: - @${ECHO_MSG} "Making a colour version of less." -.endif - -.include <bsd.port.post.mk> |
