Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / misc / most / Makefile
blob22aeaf363875aff887a3a3aee37bef2a812fafbf
1 # $NetBSD: Makefile,v 1.28 2012/10/08 09:57:30 asau Exp $
3 DISTNAME= most-5.0.0a
4 PKGREVISION= 5
5 CATEGORIES= misc
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
12 MAKE_JOBS_SAFE= no
14 GNU_CONFIGURE= yes
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
24 .endif
26 .include "../../devel/libslang2/buildlink3.mk"
27 .include "../../mk/bsd.pkg.mk"