mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
c45d57bb5e
Changes: https://github.com/WayfireWM/wayfire/compare/612d74a...0.3.0 Changes: https://github.com/WayfireWM/wf-shell/compare/513c22f...0.3 Changes: https://github.com/WayfireWM/wf-config/compare/21e9ee9...0.3 Reported by: GitHub (watch releases)
24 lines
518 B
Makefile
24 lines
518 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wf-config
|
|
DISTVERSION= 0.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Library for managing configuration files, written for wayfire
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
|
|
wayland-protocols>0:graphics/wayland-protocols
|
|
LIB_DEPENDS= libevdev.so:devel/libevdev \
|
|
libwlroots.so:x11-toolkits/wlroots
|
|
|
|
USES= compiler:c++11-lib meson pkgconfig
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
GH_ACCOUNT= WayfireWM
|
|
|
|
.include <bsd.port.mk>
|