1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/sysutils/most/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00

27 lines
562 B
Makefile

PORTNAME= most
PORTVERSION= 5.2.0
CATEGORIES= sysutils
MASTER_SITES= http://www.jedsoft.org/releases/most/ \
LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Pager (like less) which has support for windows and binary files
WWW= https://www.jedsoft.org/most/
LICENSE= GPLv2
LIB_DEPENDS= libslang.so:devel/libslang2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-mmap
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/most \
man/man1/most.1.gz
PORTDOCS= README changes.txt lesskeys.rc most-fun.txt most.rc most.txt
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>