mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
- 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>
27 lines
551 B
Makefile
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>
|