freebsd-ports/x11/wl-clipboard/Makefile
Fernando Apesteguía f57221afde */*: Release ports from maintainership
Maintainer releases all his ports.

PR:		266871
Reported by:	unrelentingtech <greg@unrelenting.technology>
2022-10-09 13:56:28 +02:00

37 lines
970 B
Makefile

PORTNAME= wl-clipboard
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.0
CATEGORIES= x11 wayland
MAINTAINER= ports@FreeBSD.org
COMMENT= Command-line copy/paste utilities for Wayland
WWW= https://github.com/bugaevc/wl-clipboard
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= wayland-protocols>=1.12:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland
USES= meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= bugaevc
PLIST_FILES= bin/wl-copy \
bin/wl-paste \
man/man1/wl-clipboard.1.gz \
man/man1/wl-copy.1.gz \
man/man1/wl-paste.1.gz \
share/bash-completion/completions/wl-copy \
share/bash-completion/completions/wl-paste \
share/fish/vendor_completions.d/wl-copy.fish \
share/fish/vendor_completions.d/wl-paste.fish \
share/zsh/site-functions/_wl-copy \
share/zsh/site-functions/_wl-paste
post-patch:
@${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \
${WRKSRC}/completions/fish/meson.build
.include <bsd.port.mk>