summaryrefslogtreecommitdiff
path: root/editors/biew/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-07-22 12:27:07 +0000
committerwiz <wiz>2003-07-22 12:27:07 +0000
commitbd6b4bd777a197144a5d4030cb358c8d252e3836 (patch)
treea9218dffcb1a322eeedbdab57cc2bdff246cb213 /editors/biew/Makefile
parent7aafdbf6e4e4ac00c93a36835550f140ea098458 (diff)
downloadpkgsrc-bd6b4bd777a197144a5d4030cb358c8d252e3836.tar.gz
Update to 5.5.0:
5.5.0 - fixed bug of non repainting of bottom part of window under some vt100 terminals (NK). 5.3.2 - use /struct termdesc/ instead of /int/ for terminal type - compiler warnings cleanup 5.3.1 - changed default prefix to /usr/local, cosmetic fixes 5.3.0 - BIEW/LINUX: reduce use of system calls, use pwrite if possible, keyboard functions reimplemented using async IO, added proper pseudographics support on xterms (with G1 charset) and console (with null map), autodetection of vcsaN number, "Save as" codepage conversion fixed. - BIEW/SLANG: wrap lines in WriteBuff when buffer length exceeds terminal width - thanks to John Davis for helping me out. - BIEW/CURSES: added mouse support (ncurses are required for this), added acs_map ncurses hack. - BIEW/VT100: added proper pseudographics support (with G1 charset), keyboard functions reimplemented using async IO, added mouse support on Linux systems (gpm). - use getpwuid() to determine home directory when HOME is unavailable - reduce malloc()/free() calls in vioWriteBuff() - moved default datadir from /usr/lib/biew to /usr/share/biew
Diffstat (limited to 'editors/biew/Makefile')
-rw-r--r--editors/biew/Makefile19
1 files changed, 11 insertions, 8 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile
index 65068702d0a..adbc8bf2b4a 100644
--- a/editors/biew/Makefile
+++ b/editors/biew/Makefile
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 21:34:19 grant Exp $
+# $NetBSD: Makefile,v 1.8 2003/07/22 12:27:07 wiz Exp $
#
-DISTNAME= biew-520
-PKGNAME= biew-5.2.0
+DISTNAME= biew-550
+PKGNAME= biew-5.5.0
CATEGORIES= editors
-MASTER_SITES= ftp://biew.sourceforge.net/pub/biew/5.x/src/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=biew/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://biew.sourceforge.net/en/biew.html
COMMENT= Binary viewer/editor
-DEPENDS+= libslang-[0-9]*:../../devel/libslang
-
ONLY_FOR_PLATFORM= *-*-i386
+
+USE_BUILDLINK2= YES
USE_GMAKE= YES
MAKEFILE= makefile
@@ -22,8 +22,11 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/biew
${INSTALL_PROGRAM} ${WRKSRC}/biew ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/bin_rc/biew.hlp ${PREFIX}/share/biew
- ${INSTALL_DATA} ${WRKSRC}/bin_rc/standard.skn ${PREFIX}/share/biew
- ${INSTALL_DATA} ${WRKSRC}/bin_rc/assembly.skn ${PREFIX}/share/biew
+ ${INSTALL_DATA} ${WRKSRC}/bin_rc/skn/assembly.skn ${PREFIX}/share/biew
+ ${INSTALL_DATA} ${WRKSRC}/bin_rc/skn/golded.skn ${PREFIX}/share/biew
+ ${INSTALL_DATA} ${WRKSRC}/bin_rc/skn/insight.skn ${PREFIX}/share/biew
+ ${INSTALL_DATA} ${WRKSRC}/bin_rc/skn/standard.skn ${PREFIX}/share/biew
${INSTALL_DATA} ${WRKSRC}/doc/biew_en.txt ${PREFIX}/share/doc/biew
+.include "../../devel/libslang/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"