diff options
author | zuntum <zuntum> | 2001-09-17 05:40:06 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-09-17 05:40:06 +0000 |
commit | f73afff5b019930eb8b2c4fe5a12171916053edc (patch) | |
tree | eadf3d2f9e5fbee2cb5376e0c57104de571e61df /sysutils/xnc/Makefile | |
parent | 8f8b0af3f9fa276768b9a5ff30cdfd0a7a1585df (diff) | |
download | pkgsrc-f73afff5b019930eb8b2c4fe5a12171916053edc.tar.gz |
Initial import of xnc-4.4.5
X Northern Captain is a X Window file manager that allows to create, copy,
move, rename, delete, view and edit files in a Virtual File System (VFS).
VFS consists from a normal disk space and a Archive File System (AFS).
All file operations in AFS can be done exactly as in normal file system.
The IVES - file viewer and editor for X Window included, provides a
comprehensive way to view and edit images in many different formats: GIF,
JPEG, PCX, BMP, XBM, XPM, TIFF, TGA, PCD, PNG.
Package provided by Rui-Xiang Guo <xg@ms25.url.com.tw> in PR pkg/13835
Diffstat (limited to 'sysutils/xnc/Makefile')
-rw-r--r-- | sysutils/xnc/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/xnc/Makefile b/sysutils/xnc/Makefile new file mode 100644 index 00000000000..5da5d6bb12c --- /dev/null +++ b/sysutils/xnc/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/09/17 05:40:06 zuntum Exp $ + +DISTNAME= xnc-4.4.5.src +PKGNAME= xnc-4.4.5 +CATEGORIES= sysutils x11 +MASTER_SITES= http://www.xnc.dubna.su/src/ + +MAINTAINER= rxg@ms25.url.com.tw +HOMEPAGE= http://xnc.dubna.su/ +COMMENT= File manager for X Window + +WRKSRC= ${WRKDIR}/${PKGNAME} + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xnc + ${INSTALL_DATA} ${WRKSRC}/Docs/* ${PREFIX}/share/doc/xnc + +.include "../../graphics/jpeg/buildlink.mk" +.include "../../graphics/png/buildlink.mk" +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" |