8e997b5689
Changes: https://github.com/WayfireWM/wayfire/compare/0.3.1...0.4.0 Changes: https://github.com/WayfireWM/wf-shell/compare/0.3...0.4.0 Changes: https://github.com/WayfireWM/wf-config/compare/0.3...0.4.0 Changes: https://github.com/WayfireWM/wcm/compare/v0.3.1...v0.4.0 Reported by: GitHub (watch releases), portscout
29 lines
579 B
Makefile
29 lines
579 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wcm
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.4.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Wayfire Config Manager
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
|
|
wayfire>0:x11-wm/wayfire
|
|
LIB_DEPENDS= libevdev.so:devel/libevdev \
|
|
libwf-config.so:devel/wf-config
|
|
|
|
CONFLICTS_INSTALL= wcmcommander # bin/wcm
|
|
|
|
USES= compiler:c++17-lang gnome meson pkgconfig
|
|
USE_GITHUB= yes
|
|
USE_GNOME= gtk30 libxml2
|
|
GH_ACCOUNT= WayfireWM
|
|
DATADIR= ${PREFIX}/share/wayfire
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|