mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
e6c664ecca
* Added missing depend * Sorted Uses section for portlint Changelog: https://github.com/baskerville/sxhkd/compare/0.5.7...0.5.8 PR: 220789 Submitted by: Oleh Hushchenkov <gor@clogic.com.ua> (maintainer) Reviewed by: matthew (mentor), mat Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11754
30 lines
475 B
Makefile
30 lines
475 B
Makefile
# Created by: Anton Tornqvist <antont@inbox.lv>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sxhkd
|
|
PORTVERSION= 0.5.8
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= gor@clogic.com.ua
|
|
COMMENT= Simple X hotkey daemon
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms
|
|
|
|
USES= gmake pkgconfig
|
|
|
|
USE_XORG= xcb
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= baskerville
|
|
|
|
PORTEXAMPLES= *
|
|
PLIST_FILES= bin/sxhkd \
|
|
man/man1/sxhkd.1.gz
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
.include <bsd.port.mk>
|