5853805d62
From hiramatu /at/ boreas _dot_ dti _dot_ ne _dot_ jp in PR#29890, with a few modifications by me. * ver 4.51 (Jan.16th,2004) + fixed keyboard-interrupt handling while reloading a file to avoid segmentation fault. (pointed out by Masanori GOTO <gotom@debian.or.jp>) + modified definitions of boolean_t, PAGE_SIZE, VDISCARD, and autoconf for libcurses for AIX. (pointed out by SHIOTA Shoichi <Shoichi.Shiota@lightwell.co.jp>) + omitted to specify owner and group to install command, and omitted include langinfo.h when HAVE_LANGINFO_CODESET is not defined, for Max OS X. (pointed out by Koki NAKASHIRO <nakasiro@sdl.hitachi.co.jp>)
19 lines
462 B
Makefile
19 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.15 2005/04/05 14:56:06 cube Exp $
|
|
|
|
DISTNAME= lv451
|
|
PKGNAME= lv-4.51
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.ff.iij4u.or.jp/~nrt/freeware/
|
|
|
|
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
|
|
HOMEPAGE= http://www.ff.iij4u.or.jp/~nrt/lv/
|
|
COMMENT= Powerful Multilingual File Viewer
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/build
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_SCRIPT= ../src/configure
|
|
|
|
MAKE_ENV+= LN=${LN}
|
|
INSTALLATION_DIRS= lib/lv
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|