ports/misc/vifm/Makefile
Nicola Vitale caf601941c
misc/vifm: Fix build when DOCS option is off
- Vim or perl is a requirement to build the program/port, regardless of
  the user's choice to disable docs installation.
  Replace vim with perl5 to reduce the list of (build) dependencies.
- Pet port(clippy|fmt)
- Bump PORTREVISION even if it is not strictly necessary.

PR:		279602
Reported by:	Ivan <bsd@abinet.ru>
2024-08-02 17:34:39 +02:00

27 lines
551 B
Makefile

PORTNAME= vifm
PORTVERSION= 0.13
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= misc
MAINTAINER= nivit@FreeBSD.org
COMMENT= Ncurses based file manager with vi like keybindings
WWW= https://vifm.info/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= desktop-file-utils gmake ncurses perl5 shebangfix
USE_GITHUB= yes
USE_PERL5= build
SHEBANG_FILES= data/vifm-media data/vifm-media-osx
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-gtk
CFLAGS+= -fcommon
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>