pkgsrc/wm/frankenwm/Makefile
pin 1cc1c79475 wm/frankenwm: update to 1.0.23
Allow custom man location and a few other things

Patches by myself and Maya merged.
2020-11-23 08:41:27 +00:00

28 lines
794 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/11/23 08:41:27 pin Exp $
DISTNAME= FrankenWM-1.0.23
PKGNAME= ${DISTNAME:tl}
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_GITHUB:=sulami/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pin@NetBSD.org
HOMEPAGE= https://github.com/sulami/FrankenWM/
COMMENT= Dynamic tiling window manager
LICENSE= mit
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_TOOLS+= pkg-config gmake
USE_LANGUAGES= c99
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
MAKE_ENV+= MANPREFIX=${PREFIX}/${PKGMANDIR}
DEPENDS+= dmenu-[0-9]*:../../x11/dmenu
.include "../../x11/libxcb/buildlink3.mk"
.include "../../x11/xcb-util/buildlink3.mk"
.include "../../x11/xcb-util-wm/buildlink3.mk"
.include "../../x11/xcb-util-keysyms/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"