pkgsrc/wm/pekwm/Makefile
nia e5b98c00be pekwm: update to 0.1.18
Maintenance release of pekwm with a bunch of bug fixes since 0.1.17. Notable changes include an updated default theme, CMake build system support and build fixes for more recent compilers.
2021-03-15 11:51:00 +00:00

38 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.59 2021/03/15 11:51:00 nia Exp $
DISTNAME= pekwm-0.1.18
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_GITHUB:=pekdon/}
GITHUB_RELEASE= release-${PKGVERSION_NOREV}
MAINTAINER= gls@NetBSD.org
HOMEPAGE= https://www.pekwm.se/
COMMENT= Window manager based on aewm++
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
LIBS.SunOS+= -liconv
PKG_SYSCONFSUBDIR= pekwm
EGDIR= ${PREFIX}/share/examples/pekwm
CONF_FILES=
.for f in autoproperties config keys menu mouse start vars
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
.endfor
.include "../../mk/jpeg.buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"