Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/devel/R-cran-clipr/Makefile
18157 views
PORTNAME=	clipr
PORTVERSION=	0.8.0
PORTREVISION=	1
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	[email protected]
COMMENT=	Read and Write from the System Clipboard
WWW=		https://cran.r-project.org/web/packages/clipr/

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>