diff options
Diffstat (limited to 'x11/xclipboard/Makefile')
-rw-r--r-- | x11/xclipboard/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11/xclipboard/Makefile b/x11/xclipboard/Makefile index fa849e6f23e3..5e683372ce9c 100644 --- a/x11/xclipboard/Makefile +++ b/x11/xclipboard/Makefile @@ -1,17 +1,16 @@ PORTNAME= xclipboard -PORTVERSION= 1.1.3 -PORTREVISION= 1 +DISTVERSION= 1.1.5 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org -COMMENT= X clipboard client +COMMENT= Manage the X server clipboard +WWW= https://gitlab.freedesktop.org/xorg/app/xclipboard LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= xt xaw - -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xaw xkbfile xmu xorgproto xt .include <bsd.port.mk> |