summaryrefslogtreecommitdiff
path: root/misc/vfu/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-06-05 21:41:51 +0000
committerhubertf <hubertf@pkgsrc.org>1999-06-05 21:41:51 +0000
commit392602d231439d902f8d9c8b7f93bc0119c3e65a (patch)
treee0f4fe647076d8281399fead107e276691d38dc9 /misc/vfu/Makefile
parent77c173eb5cac0c475764d47749423ebf88f125c3 (diff)
downloadpkgsrc-392602d231439d902f8d9c8b7f93bc0119c3e65a.tar.gz
Update to V1.51. Changes:
+ 1. Debian `.deb' packages are now supported as archives! ! 2. All paths containing `dir/..' are reduced. ! 3. Now arcive files are recognized by longer extensions like `.tar.gz'. Result is proper handling of `.tar.gz' and `.tar.bz2' archives. + 4. Added SEE Viewer filters. Now you can view gzipped files and or add filters for viewing man pages etc. + 5. Added ready `panelizers' command to the RescanMenu ( key Ctrl+R ) Can be used as menu alternative to external panelize option. ! 6. SEE screen draws improved and `< >' bug is fixed. ! 7. GetDirName function now allows dirs only. + 8. Added UserMenu ( key `U' ). User external commands can be attached not to key but to this menu. + 9. Bash/Unix-style filename completion added! -10. Bash/Unix-style completion is now default one! +11. Now entries in the filelist can be moved ( see ArrangeMenu/MoveEntry ) !12. Now VFU keeps current file postition after change of sort order. !13. Better preserve/copy mode/protection when copy/move directory subtrees. ( from RO media for example ) !14. Fixed erase of own directories without `write' permission/mode. !15. More examples and comments added to the sampe configuration file: vfu.conf.
Diffstat (limited to 'misc/vfu/Makefile')
-rw-r--r--misc/vfu/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile
index 2c26274db3b..4681c143a55 100644
--- a/misc/vfu/Makefile
+++ b/misc/vfu/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 1999/04/11 17:51:31 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 1999/06/05 21:41:51 hubertf Exp $
#
-PKGNAME= vfu-1.50
+PKGNAME= vfu-1.51
DISTNAME= ${PKGNAME}-source
WRKSRC= ${WRKDIR}/${PKGNAME}
CATEGORIES= misc
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.biscom.net/~cade/vfu/
DEPENDS= ncurses-1.9.9g:../../devel/ncurses
-MAKE_FLAGS+= CCDEF="-I${LOCALBASE}/include -DVFU_RCPATH1=\\\"${PREFIX}/etc/\\\" -DVFU_RCPATH2=\\\"${PREFIX}/\\\"" \
+MAKE_FLAGS+= CCDEF="-I${LOCALBASE}/include -DVFU_RCPATH1=\\\"${PREFIX}/etc/\\\" -DVFU_RCPATH2=\\\"${PREFIX}/\\\" -D__unix__" \
LDDEF="-L${LOCALBASE}/lib"
do-build:
@@ -21,16 +21,18 @@ do-build:
${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS}
cd ${WRKSRC}/vfu ; \
${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS}
+ cd ${WRKSRC}/ftparc ; \
+ ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/vfu/vfu \
- ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/vfu/vfu ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/ftparc/ftparc ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vfu
${INSTALL_DATA} \
- ${WRKSRC}/vfu/COPYING \
- ${WRKSRC}/vfu/INSTALL \
+ ${WRKSRC}/COPYING \
+ ${WRKSRC}/INSTALL \
${WRKSRC}/vfu/README \
- ${WRKSRC}/vfu/VFU.txt \
+ ${WRKSRC}/VFU.txt \
${PREFIX}/share/doc/vfu
${INSTALL_DATA} \
${WRKSRC}/vfu.conf \