1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/x11/wcm/Makefile
2020-01-03 10:16:59 +00:00

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>