20 lines
398 B
Makefile
20 lines
398 B
Makefile
PORTNAME= superfile
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.1.3-0.20240512232412
|
|
DISTVERSIONSUFFIX= -e7275dfc0dcd
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= fuz@FreeBSD.org
|
|
COMMENT= Terminal file manager
|
|
WWW= https://github.com/MHNightCat/superfile
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/MHNightCat/superfile
|
|
|
|
PLIST_FILES= bin/superfile
|
|
|
|
.include <bsd.port.mk>
|