aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xclipsync/Makefile
blob: c744cb10ed042e162c6a96d857d3b34269cbab51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	xclipsync
DISTVERSIONPREFIX=	v
DISTVERSION=	0.1.3
CATEGORIES=	sysutils

MAINTAINER=	dtxdf@FreeBSD.org
COMMENT=	Trivial tool for synchronizing the clipboard between two X11 sessions

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	xclip>=0:x11/xclip

USES=		tk:wrapper
USE_GITHUB=	yes
GH_ACCOUNT=	DtxdF

NO_ARCH=	yes
NO_BUILD=	yes

PLIST_FILES=	bin/xclipsync \
		libexec/xclipsync/smart-xclip-out.sh \
		libexec/xclipsync/xclipfrom \
		share/man/man1/xclipsync.1.gz

.include <bsd.port.mk>