Index: head/sysutils/less/Makefile =================================================================== --- head/sysutils/less/Makefile (revision 382296) +++ head/sysutils/less/Makefile (revision 382297) @@ -1,34 +1,37 @@ # Created by: Andrey A. Chernov # $FreeBSD$ PORTNAME= less PORTVERSION= 458 CATEGORIES= sysutils MASTER_SITES= http://www.greenwoodsoftware.com/%SUBDIR%/ \ http://bitrote.org/distfiles/ MASTER_SITE_SUBDIR= less MAINTAINER= jharris@widomaker.com COMMENT= Better pager utility LICENSE= GPLv3 +USES+= cpe +CPE_VENDOR= gnu + GNU_CONFIGURE= yes PLIST_FILES= bin/less bin/lesskey bin/lessecho \ man/man1/less.1.gz man/man1/lesskey.1.gz \ man/man1/lessecho.1.gz OPTIONS_DEFINE= COLORS COLORS_DESC= Enable colors support via escape sequence .include .if ${PORT_OPTIONS:MCOLORS} CPPFLAGS+= -DCOLOR_LESS pre-fetch: @${ECHO_MSG} "Making a color version of less." .endif .include