2015-09-06 20:32:10 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2015/09/06 18:32:10 wiedi Exp $
|
2015-06-06 00:48:18 +02:00
|
|
|
|
|
|
|
DISTNAME= bspwm-0.9
|
|
|
|
CATEGORIES= wm
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=baskerville/}
|
2015-06-06 01:01:28 +02:00
|
|
|
GITHUB_TAG= ${PKGVERSION_NOREV}
|
2015-06-06 00:48:18 +02:00
|
|
|
|
|
|
|
MAINTAINER= youri@NetBSD.org
|
|
|
|
HOMEPAGE= https://github.com/baskerville/bspwm
|
|
|
|
COMMENT= Binary space partitioning window manager
|
|
|
|
LICENSE= 2-clause-bsd
|
|
|
|
|
2015-06-06 01:01:28 +02:00
|
|
|
USE_TOOLS+= gmake bash:run
|
2015-06-15 11:22:59 +02:00
|
|
|
REPLACE_BASH+= contrib/freedesktop/bspwm-session
|
2015-06-06 00:48:18 +02:00
|
|
|
|
2015-09-06 20:32:10 +02:00
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
|
2015-06-06 00:48:18 +02:00
|
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/bspwm
|
|
|
|
INSTALLATION_DIRS= share/examples/bspwm
|
|
|
|
|
|
|
|
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},1'
|
|
|
|
SUBST_SED.makefile+= -e 's,examples,examples/*,1'
|
|
|
|
SUBST_SED.makefile+= -e 's,$$(DOCPREFIX)"/examples,${EXAMPLESDIR}",1'
|
|
|
|
|
|
|
|
.include "../../x11/xcb-util/buildlink3.mk"
|
|
|
|
.include "../../x11/xcb-util-wm/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|