aboutsummaryrefslogtreecommitdiffstats
path: root/x11/wmutils-opt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/wmutils-opt/Makefile')
-rw-r--r--x11/wmutils-opt/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/wmutils-opt/Makefile b/x11/wmutils-opt/Makefile
new file mode 100644
index 000000000000..c46da7d060e9
--- /dev/null
+++ b/x11/wmutils-opt/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= wmutils-opt
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.0
+CATEGORIES= x11
+
+MAINTAINER= dg@syrec.org
+COMMENT= Optional addons to wmutils
+
+LICENSE= ISCL
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= localbase:ldflags
+USE_XORG= xcb
+
+USE_GITHUB= yes
+GH_ACCOUNT= wmutils
+GH_PROJECT= opt
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
+
+.include <bsd.port.mk>