1 # $NetBSD: Makefile,v 1.28 2012/10/08 09:57:30 asau Exp $
6 MASTER_SITES
= ftp
://space.mit.edu
/pub
/davis
/most
/
8 MAINTAINER
= rhwang@bigpanda.com
9 HOMEPAGE
= http
://www.jedsoft.org
/most
/
10 COMMENT
= Pager
(like less
) which has support for windows and binary files
15 CONFIGURE_ARGS
+= --without-x
17 CONFIGURE_ARGS
+= --with-slang
=${BUILDLINK_PREFIX.libslang2
}
19 .
include "../../mk/bsd.prefs.mk"
21 .if
${OPSYS} == "Darwin"
22 # prevent duplicate definition of zopen
23 CFLAGS
+= -D_POSIX_C_SOURCE
26 .
include "../../devel/libslang2/buildlink3.mk"
27 .
include "../../mk/bsd.pkg.mk"