Whats New from verion 5.0.2 (05-Feb-2003): - Added 'create link' command for one file or group of selected files (Shift+F7) - Added displaing key shotcuts in menu - Fixed bugs with long file names and file names with special characters - Fixed bug with switching between terminal and FM window Whats New from verion 5.0.0 (01-Jan-2003): - Added quick 'cd' command - Ctrl-x. You can use Tab expantion there. - Added hot keys to panel sort methods and modes. - Added visual terminal/fm switch. - Fixes for status bar display items. - Fixes for edit/view files with spaces with external editor/viewer - Fixes for deletion files named with '-alala-' - Fixes for selection on right/bottom panels. - Added Spanish, Czech and Serbian translation (thanks people) - Added partly translated Hungarian messages
22 lines
548 B
Makefile
22 lines
548 B
Makefile
# $NetBSD: Makefile,v 1.13 2004/02/22 22:29:22 jschauma Exp $
|
|
|
|
DISTNAME= xnc-5.0.4.src
|
|
PKGNAME= xnc-5.0.4
|
|
CATEGORIES= sysutils x11
|
|
MASTER_SITES= http://www.xnc.dubna.su/src-5/
|
|
|
|
MAINTAINER= jschauma@NetBSD.org
|
|
HOMEPAGE= http://xnc.dubna.su/
|
|
COMMENT= File manager for X Window
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
USE_BUILDLINK2= yes
|
|
USE_X11= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../graphics/tiff/buildlink2.mk"
|
|
.include "../../graphics/jpeg/buildlink2.mk"
|
|
.include "../../graphics/png/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|