blob: 4bb57e26c2efeffa3486c62f4e2b4c95e7cef633 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= wf-config
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.1
PORTREVISION= 2
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>
|