- Adjust LICENSE for "or any later version" clause
Changes: 46f21d2...7f36466
PR: 235437
Submitted by: Greg V (maintainer)
28 lines
606 B
Makefile
28 lines
606 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wl-clipboard
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.0.0-43
|
|
DISTVERSIONSUFFIX= -g7f36466
|
|
CATEGORIES= x11 wayland
|
|
|
|
MAINTAINER= greg@unrelenting.technology
|
|
COMMENT= Command-line copy/paste utilities for Wayland
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|