mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
e315823b1a
PR: 237874 Submitted by: pkubaj@FreeBSD.org
28 lines
567 B
Makefile
28 lines
567 B
Makefile
# Created by: rhwang@bigpanda.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= most
|
|
PORTVERSION= 5.1.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
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libslang.so:devel/libslang2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--enable-mmap
|
|
|
|
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
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|