1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 0.3a

PR:		ports/85149
Submitted by:	maintainer
This commit is contained in:
Renato Botelho 2005-08-29 10:16:29 +00:00
parent 912f9a3457
commit 851ab39e26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141272
2 changed files with 12 additions and 14 deletions

View File

@ -6,22 +6,16 @@
#
PORTNAME= vifm
PORTVERSION= 0.2a
PORTREVISION= 1
PORTVERSION= 0.3a
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= vifm
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= sw@gegenunendlich.de
COMMENT= Ncurses based file manager with vi like keybindings
WRKSRC= ${WRKDIR}/${PORTNAME}
.if defined(WITH_VIFM_SCREEN)
RUN_DEPENDS= screen:${PORTSDIR}/misc/screen
.else
pre-everything::
@${ECHO_CMD} "You can define WITH_VIFM_SCREEN to add screen as a dependency."
.endif
GNU_CONFIGURE= yes
@ -29,16 +23,17 @@ USE_GMAKE= yes
USE_REINPLACE= yes
PLIST_FILES= bin/pauseme \
bin/screen-open-region-with-program \
bin/screen-run-program-in-region \
bin/vifm \
share/vifm/vifm-0.2.help.txt \
share/vifm/vifm.txt \
share/vifm/vifm.vim \
share/vifm/vifmrc0.2
share/vifm/vifm.vim
PLIST_DIRS= share/vifm
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's/resize_term/resizeterm/g' \
${WRKSRC}/src/ui.c
.if defined(WITH_VIFM_SCREEN)
pre-build:
@ -46,6 +41,9 @@ pre-build:
${WRKSRC}/src/config.c
@${REINPLACE_CMD} -e "s/USE_SCREEN=0/USE_SCREEN=1/" \
${WRKSRC}/src/vifmrc0.2
.else
pre-everything::
@${ECHO_CMD} "You can define WITH_VIFM_SCREEN to add screen as a dependency."
.endif
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (vifm-0.2a.tar.gz) = f51a3803d999bcf1c64b3f31983d6ae0
SIZE (vifm-0.2a.tar.gz) = 93250
MD5 (vifm-0.3a.tar.gz) = 90003892070db029c8eaec910c4a5ced
SIZE (vifm-0.3a.tar.gz) = 493981