Myriad feature enhancements (such as UTF-8 and enhanced regexp support via libslang2) as well as bug fixes (notably proper shell in some formerly problematic cases). Also, mmap is enabled by default now.
28 lines
673 B
Makefile
28 lines
673 B
Makefile
# $NetBSD: Makefile,v 1.23 2008/08/09 21:32:39 bjs Exp $
|
|
|
|
DISTNAME= most-5.0.0a
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://space.mit.edu/pub/davis/most/
|
|
|
|
MAINTAINER= rhwang@bigpanda.com
|
|
HOMEPAGE= http://www.jedsoft.org/most/
|
|
COMMENT= Pager (like less) which has support for windows and binary files
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --without-x
|
|
|
|
CONFIGURE_ARGS+= --with-slang=${BUILDLINK_PREFIX.libslang2}
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "Darwin"
|
|
# prevent duplicate definition of zopen
|
|
CFLAGS+= -D_POSIX_C_SOURCE
|
|
.endif
|
|
|
|
.include "../../devel/libslang2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|