mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
23 lines
460 B
Makefile
23 lines
460 B
Makefile
PORTNAME= superfile
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.1.6
|
|
PORTEPOCH= 1
|
|
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,1.22
|
|
|
|
GO_MODULE= github.com/MHNightCat/superfile
|
|
|
|
PLIST_FILES= bin/superfile bin/spf
|
|
|
|
post-install:
|
|
${LN} ${STAGEDIR}${PREFIX}/bin/superfile ${STAGEDIR}${PREFIX}/bin/spf
|
|
|
|
.include <bsd.port.mk>
|