diff options
Diffstat (limited to 'sysutils/ictree/Makefile')
-rw-r--r-- | sysutils/ictree/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/ictree/Makefile b/sysutils/ictree/Makefile new file mode 100644 index 000000000000..14ea47d78354 --- /dev/null +++ b/sysutils/ictree/Makefile @@ -0,0 +1,22 @@ +PORTNAME= ictree +DISTVERSIONPREFIX= v +DISTVERSION= 1.0.1 +CATEGORIES= sysutils +MASTER_SITES= https://github.com/NikitaIvanovV/${PORTNAME}/releases/download/v${DISTVERSION}/ + +MAINTAINER= alven@FreeBSD.org +COMMENT= Like tree(1) but interactive +WWW= https://nikitaivanovv.github.io/ictree/ \ + https://github.com/NikitaIvanovV/ictree/ + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gmake + +NO_WRKSUBDIR= yes + +PLIST_FILES= bin/ictree \ + share/man/man1/ictree.1.gz + +.include <bsd.port.mk> |