diff options
-rw-r--r-- | x11/xclipboard/Makefile | 23 | ||||
-rw-r--r-- | x11/xclipboard/distinfo | 2 | ||||
-rw-r--r-- | x11/xclipboard/pkg-descr | 1 | ||||
-rw-r--r-- | x11/xclipboard/pkg-plist | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11/xclipboard/Makefile b/x11/xclipboard/Makefile new file mode 100644 index 0000000..0989b1c --- /dev/null +++ b/x11/xclipboard/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xclipboard +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11/xclipboard/Makefile,v 1.7 2012/02/11 17:18:25 eadler Exp $ +# + +PORTNAME= xclipboard +PORTVERSION= 1.1.2 +PORTEPOCH= 1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= X clipboard client + +LICENSE= MIT + +XORG_CAT= app +USE_XORG= xt xaw + +MAN1= xclipboard.1 xcutsel.1 + +.include <bsd.port.mk> diff --git a/x11/xclipboard/distinfo b/x11/xclipboard/distinfo new file mode 100644 index 0000000..5dbcbd9 --- /dev/null +++ b/x11/xclipboard/distinfo @@ -0,0 +1,2 @@ +SHA256 (xorg/app/xclipboard-1.1.2.tar.bz2) = 5f3b12da1eae4ed24883d8a5633b6150a0291deede818aeb5c9e827599b6429e +SIZE (xorg/app/xclipboard-1.1.2.tar.bz2) = 124971 diff --git a/x11/xclipboard/pkg-descr b/x11/xclipboard/pkg-descr new file mode 100644 index 0000000..58e411e --- /dev/null +++ b/x11/xclipboard/pkg-descr @@ -0,0 +1 @@ +This package contains xclipboard, an X clipboard client. diff --git a/x11/xclipboard/pkg-plist b/x11/xclipboard/pkg-plist new file mode 100644 index 0000000..92f5f19 --- /dev/null +++ b/x11/xclipboard/pkg-plist @@ -0,0 +1,5 @@ +bin/xclipboard +bin/xcutsel +share/X11/app-defaults/XClipboard +@dirrmtry share/X11/app-defaults +@dirrmtry share/X11 |