78f09f8454
dwm-like bar for river. https://github.com/kolunmi/sandbar
30 lines
737 B
Makefile
30 lines
737 B
Makefile
PORTNAME= sandbar
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.1
|
|
CATEGORIES= x11 wayland
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= dwm-like bar for the river compositor
|
|
WWW= https://github.com/kolunmi/sandbar
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BROKEN_FreeBSD_12= ld: error: undefined symbol: memfd_create
|
|
|
|
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
|
|
tllist>=1.0.1:devel/tllist \
|
|
wayland-protocols>0:graphics/wayland-protocols
|
|
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
|
|
libfcft.so:x11-fonts/fcft
|
|
|
|
USES= gmake pkgconfig xorg
|
|
USE_GITHUB= yes
|
|
USE_XORG= pixman
|
|
GH_ACCOUNT= kolunmi
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|