openbsd-ports/x11/hk/Makefile
edd 5a435ed8e6 x11/hk: easy update to version 0.3.0.
Diff from author and MAINTAINER, Laurence Tratt. Thanks.
2023-01-09 10:47:43 +00:00

24 lines
354 B
Makefile

COMMENT = set temporary X11 hotkeys
DISTNAME = hk-0.3.0
CATEGORIES = x11
HOMEPAGE = https://tratt.net/laurie/src/hk/
MAINTAINER = Laurence Tratt <laurie@tratt.net>
# Apache-2.0 / MIT
PERMIT_PACKAGE = Yes
WANTLIB += X11 c
MASTER_SITES = ${HOMEPAGE}releases/
EXTRACT_SUFX = .tgz
CONFIGURE_STYLE = gnu
NO_TEST = Yes
.include <bsd.port.mk>