aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xcbautolock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/xcbautolock/Makefile')
-rw-r--r--deskutils/xcbautolock/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/deskutils/xcbautolock/Makefile b/deskutils/xcbautolock/Makefile
new file mode 100644
index 000000000000..9afcdaa8271f
--- /dev/null
+++ b/deskutils/xcbautolock/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= xcbautolock
+PORTVERSION= 0.2.2
+CATEGORIES= deskutils x11
+
+MAINTAINER= bapt@FreeBSD.org
+COMMENT= XCB base autolocker
+
+LICENSE= BSD2CLAUSE
+
+USES= pkgconfig
+USE_CSTD= c99
+USE_GITHUB= yes
+GH_ACCOUNT= bapt
+
+LIB_DEPENDS= libxcb-screensaver.so:x11/libxcb
+
+PLIST_FILES= bin/xcbautolock \
+ man/man1/xcbautolock.1.gz
+
+.include <bsd.port.mk>