1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/x11-wm/wlmaker/Makefile
2024-11-09 01:54:47 +01:00

58 lines
1.8 KiB
Makefile

PORTNAME= wlmaker
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.1
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Wayland compositor inspired by Window Maker
WWW= https://github.com/phkaeser/wlmaker
LICENSE= APACHE20
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
wayland-protocols>=1.31:graphics/wayland-protocols
LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \
libwayland-server.so:graphics/wayland \
libwlroots-0.18.so:x11-toolkits/wlroots \
libxkbcommon.so:x11/libxkbcommon
RUN_DEPENDS= foot:x11/foot
USES= bison cmake compiler:c11 gnome pkgconfig xorg
USE_GITHUB= yes
USE_GNOME= cairo
USE_XORG= xcb
GH_ACCOUNT= phkaeser
GH_TUPLE= phkaeser:libbase:69a87c3:libbase/submodules/libbase
CMAKE_OFF= ${WITH_DEBUG:D:Uconfig_DEBUG}
PLIST_FILES= bin/${PORTNAME} \
bin/wlmclock \
@comment\ bin/example_toplevel \
share/icons/${PORTNAME}/chrome-48x48.png \
share/icons/${PORTNAME}/clip-48x48.png \
share/icons/${PORTNAME}/firefox-48x48.png \
share/icons/${PORTNAME}/terminal-48x48.png \
share/icons/${PORTNAME}/wlmclock-64x64.png \
share/applications/wlmclock.desktop \
share/wayland-sessions/${PORTNAME}.desktop \
${NULL}
post-patch:
# Respect -O level from global CFLAGS or CMAKE_BUILD_TYPE
@${REINPLACE_CMD} '/-O[0-9]/d' \
${WRKSRC}/submodules/libbase/CMakeLists.txt \
${WRKSRC}/CMakeLists.txt
# Respect PREFIX for icons
@${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \
${WRKSRC}/src/clip.c \
${WRKSRC}/src/launcher.c
# Respect LOCALBASE for apps and use open source Chrome
@${REINPLACE_CMD} -e 's,/usr/bin,${LOCALBASE}/bin,' \
-e 's/google-chrome/chrome/' \
${WRKSRC}/src/action.c \
${WRKSRC}/etc/*.plist
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276743
@${GREP} -Flr _POSIX_C_SOURCE ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
'/_POSIX_C_SOURCE/d'
.include <bsd.port.mk>