diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-14 00:07:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-14 00:07:01 +0000 |
commit | 68672f410dd20fea372a390c94222e7196af1134 (patch) | |
tree | 4fe6c8c6f537dbd2535d66703a6ba2482a18abc7 /deskutils/autocutsel/Makefile | |
parent | Update to 2.0-12. (diff) |
Add autocutsel, a tool for synchronization of clipboards in VNC
between X and Windows.
PR: ports/59244
Submitted by: John Nielsen <john@jnielsen.net>
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=93920
Diffstat (limited to 'deskutils/autocutsel/Makefile')
-rw-r--r-- | deskutils/autocutsel/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/deskutils/autocutsel/Makefile b/deskutils/autocutsel/Makefile new file mode 100644 index 000000000000..936071756057 --- /dev/null +++ b/deskutils/autocutsel/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: autocutsel +# Date created: 13 November 2003 +# Whom: john@jnielsen.net +# +# $FreeBSD$ +# + +PORTNAME= autocutsel +PORTVERSION= 0.6.2 +CATEGORIES= deskutils +MASTER_SITES= http://www.lepton.fr/tools/autocutsel/ + +MAINTAINER= john@jnielsen.net +COMMENT= Synchronizes the two copy/paste buffers used by X applications + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> |