blob: dc3e9898ae59be99faed9d569debd6a1f0ecfd30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.34 2022/08/19 09:25:53 fcambus Exp $
DISTNAME= most-5.1.0
CATEGORIES= misc
MASTER_SITES= https://www.jedsoft.org/releases/most/
MAINTAINER= rhwang@bigpanda.com
HOMEPAGE= https://www.jedsoft.org/most/
COMMENT= Pager (like less) which has support for windows and binary files
LICENSE= gnu-gpl-v2
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-x
CONFIGURE_ARGS+= --with-slang=${BUILDLINK_PREFIX.libslang2}
# prevent duplicate definition of zopen
CFLAGS.Darwin+= -D_POSIX_C_SOURCE
.include "../../devel/libslang2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|