23 lines
481 B
Makefile
23 lines
481 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lf
|
|
DISTVERSIONPREFIX= r
|
|
DISTVERSION= 12
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Terminal file manager
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go
|
|
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
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/lf
|
|
|
|
.include <bsd.port.mk>
|