c33f76ea2c
pkgsrc changes: - Use `c99' (to adjust per-upstream Makefile) Changes: (unfortunately upstream does not provide any changelog, this is based and the commit message) 0.5.9 ----- - Honor LDFLAGS - Discard non tail chain states when locked (fixes #105) 0.5.8 ----- - Write to the status fifo when a chain begins/ends (fixes #44) Approved by <youri>, thanks!
25 lines
662 B
Makefile
25 lines
662 B
Makefile
# $NetBSD: Makefile,v 1.3 2018/05/10 13:35:07 leot Exp $
|
|
|
|
DISTNAME= sxhkd-0.5.9
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=baskerville/}
|
|
GITHUB_TAG= ${PKGVERSION}
|
|
|
|
MAINTAINER= youri@NetBSD.org
|
|
HOMEPAGE= https://github.com/baskerville/sxhkd
|
|
COMMENT= Simple X hotkey daemon
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
SUBST_CLASSES+= makefile
|
|
SUBST_STAGE.makefile= pre-build
|
|
SUBST_MESSAGE.makefile= Fixing makefile
|
|
SUBST_FILES.makefile= Makefile
|
|
SUBST_SED.makefile= -e 's,share/man,${PKGMANDIR},g'
|
|
|
|
USE_LANGUAGES= c99
|
|
|
|
.include "../../x11/xcb-util/buildlink3.mk"
|
|
.include "../../x11/xcb-util-keysyms/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|