freebsd-ports/misc/vifm/Makefile
Philip M. Gollucci ac78b7b532 misc/vifm: 0.7.8 -> 0.8
- 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
2015-07-16 18:35:10 +00:00

20 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>