1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/misc/lf/Makefile
Yuri Victorovich 1b2cbdd1dd misc/lf: Update 13 -> 14
Reported by:	portscout
2020-04-14 13:08:38 +00:00

25 lines
560 B
Makefile

# $FreeBSD$
PORTNAME= lf
DISTVERSIONPREFIX= r
DISTVERSION= 14
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Terminal file manager
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= gokcehan
GH_TUPLE= \
djherbis:times:v1.2.0:djherbis_times/vendor/gopkg.in/djherbis/times.v1 \
doronbehar:termbox-go:8c9470559e05:doronbehar_termbox_go/vendor/github.com/doronbehar/termbox-go \
mattn:go-runewidth:v0.0.4:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth
PLIST_FILES= bin/lf
.include <bsd.port.mk>