summaryrefslogtreecommitdiff
path: root/sysutils/progress/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/progress/Makefile')
-rw-r--r--sysutils/progress/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/sysutils/progress/Makefile b/sysutils/progress/Makefile
new file mode 100644
index 000000000000..662e252d032a
--- /dev/null
+++ b/sysutils/progress/Makefile
@@ -0,0 +1,27 @@
+PORTNAME= progress
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.17
+CATEGORIES= sysutils
+
+MAINTAINER= tagattie@FreeBSD.org
+COMMENT= Show progress for various command-line programs
+WWW= https://github.com/Xfennec/progress
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gmake
+
+USE_GITHUB= yes
+GH_ACCOUNT= Xfennec
+
+ALL_TARGET= ${PORTNAME}
+
+PLIST_FILES= bin/${PORTNAME} \
+ share/man/man1/${PORTNAME}.1.gz \
+ share/zsh/site-functions/_${PORTNAME}
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.mk>