freebsd-ports/misc/lf/Makefile
Yuri Victorovich f2ed9598e0 misc/lf: Switch to USES=go:modules, fix build with go1.13
PR:		240168
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2019-08-29 03:38:48 +00:00

22 lines
440 B
Makefile

# $FreeBSD$
PORTNAME= lf
DISTVERSIONPREFIX= r
DISTVERSION= 13
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= mattn:go-runewidth:703b5e6:runewidth/vendor/github.com/mattn/go-runewidth \
nsf:termbox-go:288510b:termbox/vendor/github.com/nsf/termbox-go
PLIST_FILES= bin/lf
.include <bsd.port.mk>