Changes: https://github.com/emersion/kanshi/compare/76e9f41...v1.0.0 Reported by: GitHub (watch releases)
29 lines
604 B
Makefile
29 lines
604 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kanshi
|
|
DISTVERSIONPREFIX= v
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Dynamic display configuration for Wayland
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libwayland-client.so:graphics/wayland
|
|
|
|
USES= compiler:c11 meson pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= emersion
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
OPTIONS_DEFINE= MANPAGES
|
|
OPTIONS_DEFAULT=MANPAGES
|
|
|
|
MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc
|
|
MANPAGES_MESON_ENABLED= man-pages
|
|
MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz \
|
|
man/man5/${PORTNAME}.5.gz
|
|
|
|
.include <bsd.port.mk>
|