c0ce4105e7
was supposed to work is useless, because if we can't trust the distfile from the remote machine, we can't trust the signature from the same machine either. Our MD5 and SHA256 are good for checking both the sanity and the trustiness of distfiles. Approved by: portmgr (erwin), erwin (mentor)
33 lines
628 B
Makefile
33 lines
628 B
Makefile
# New ports collection makefile for: less
|
|
# Date created: 8 Nov 1994
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= less
|
|
PORTVERSION= 382
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.greenwoodsoftware.com/%SUBDIR%/ \
|
|
${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= less
|
|
|
|
MAINTAINER= jharris@widomaker.com
|
|
COMMENT= A better pager utility
|
|
|
|
PLIST_FILES= bin/less bin/lesskey bin/lessecho
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
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>
|