aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-clipr/Makefile
blob: 2a706ac9366273f24e0c834825d416bbed4164a5 (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
# $FreeBSD$

PORTNAME=	clipr
PORTVERSION=	0.6.0
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Read and Write from the System Clipboard

LICENSE=	GPLv3

USES=		cran:auto-plist

OPTIONS_DEFINE=	XCLIP XSEL
OPTIONS_DEFAULT=	XCLIP
XCLIP_DESC=	Use xclip for interacting with X11 clipboard
XSEL_DESC=	Use xsel for interacting with X11 clipboard

XCLIP_RUN_DEPENDS=	xclip:x11/xclip
XSEL_RUN_DEPENDS=	xsel:x11/xsel-conrad

.include <bsd.port.mk>