mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
4d6f53ad6e
Changes: https://github.com/WayfireWM/wayfire/releases/tag/0.3.1 Changes: https://github.com/WayfireWM/wayfire/compare/0.3.0...0.3.1 Changes: https://github.com/WayfireWM/wcm/compare/v0.3...v0.3.1 Reported by: GitHub (watch releases) MFH: 2020Q1 (better upstream support)
28 lines
549 B
Makefile
28 lines
549 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wcm
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.3.1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Wayfire Config Manager
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto
|
|
LIB_DEPENDS= libevdev.so:devel/libevdev \
|
|
libwf-config.so:devel/wf-config
|
|
|
|
CONFLICTS_INSTALL= wcmcommander # bin/wcm
|
|
|
|
USES= compiler:c++11-lib gnome meson pkgconfig
|
|
USE_GITHUB= yes
|
|
USE_GNOME= gtk30 libxml2
|
|
GH_ACCOUNT= WayfireWM
|
|
DATADIR= ${PREFIX}/share/wayfire
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|