aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sbase/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/sbase/Makefile')
-rw-r--r--sysutils/sbase/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/sbase/Makefile b/sysutils/sbase/Makefile
new file mode 100644
index 000000000000..bfc9bdd775b4
--- /dev/null
+++ b/sysutils/sbase/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= sbase
+DISTVERSION= g20171110
+CATEGORIES= sysutils
+MASTER_SITES= https://git.suckless.org/sbase/snapshot/
+DISTNAME= ${PORTNAME}-4b9c664
+
+MAINTAINER= pkubaj@anongoth.pl
+COMMENT= Collection of UNIX tools that are portable across UNIX-like systems
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+.include <bsd.port.mk>