Changes: https://github.com/WayfireWM/wayfire/compare/0.6.0...v0.7.0 Changes: https://github.com/WayfireWM/wayfire-plugins-extra/compare/v0.6.0...v0.7.0 Changes: https://github.com/WayfireWM/wf-config/compare/0.6.0...v0.7.0 Changes: https://github.com/WayfireWM/wf-shell/compare/v0.6.1...v0.7.0 Changes: https://github.com/WayfireWM/wcm/compare/0.6.0...v0.7.0 Reported by: GitHub (watch releases)
26 lines
575 B
Makefile
26 lines
575 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wf-config
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.7.0
|
|
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 \
|
|
glm>0:math/glm
|
|
LIB_DEPENDS= libevdev.so:devel/libevdev
|
|
RUN_DEPENDS= glm>0:math/glm
|
|
|
|
USES= compiler:c++17-lang gnome meson pkgconfig
|
|
USE_GITHUB= yes
|
|
USE_GNOME= libxml2
|
|
USE_LDCONFIG= yes
|
|
GH_ACCOUNT= WayfireWM
|
|
|
|
.include <bsd.port.mk>
|