1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/x11/wayland-logout/Makefile
Muhammad Moinur Rahman 9f8f710b3e */*: Sanitize MANPREFIX for meson ports
Approved by:	portmgr
2024-01-12 23:40:48 +01:00

21 lines
400 B
Makefile

PORTNAME= wayland-logout
DISTVERSIONPREFIX= v
DISTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= x11 wayland
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Simple logout on Wayland
WWW= https://github.com/soreau/wayland-logout
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= meson
USE_GITHUB= yes
GH_ACCOUNT= soreau
PLIST_FILES= bin/${PORTNAME} \
share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>