mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
ac78b7b532
- update from 0.7.8 to 0.8 - use github instead of SF - sort USES - pass maintainer to submitter, previous maintainer has 3 successive timeouts and no approvals or updates since 2013. PR: 201579 Submitted by: mp39590@gmail.com
21 lines
383 B
Makefile
21 lines
383 B
Makefile
# Created by: Stefan Walter <swalter@lettermax.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vifm
|
|
PORTVERSION= 0.8
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= mp39590@gmail.com
|
|
COMMENT= Ncurses based file manager with vi like keybindings
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= desktop-file-utils gmake ncurses tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --without-gtk
|
|
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|