diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-10-06 05:59:30 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-10-06 05:59:30 +0000 |
commit | e0a92a069f206d4993fceda69bcb61d7c25bd314 (patch) | |
tree | 407b64abac5edd719acb35a80f0763410cc693c6 /x11/autocutsel/Makefile | |
parent | 254f70b166f49bd293522a2e8bfcff61e2a675c3 (diff) | |
download | pkgsrc-e0a92a069f206d4993fceda69bcb61d7c25bd314.tar.gz |
Import autocutsel-0.9.0nb1 as x11/autocutsel from pkgsrc-wip.
The autocutsel utility synchronizes the X11 cutbuffer and CLIPBOARD
selection, the two copy/paste buffers mainly used by X applications.
It also unifies "clipboards" between VNC servers and Windows.
The autocutsel tool performs the synchronization continuously.
The cutsel tool performs the synchronization whenever it is run.
Diffstat (limited to 'x11/autocutsel/Makefile')
-rw-r--r-- | x11/autocutsel/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11/autocutsel/Makefile b/x11/autocutsel/Makefile new file mode 100644 index 00000000000..035c81e1be7 --- /dev/null +++ b/x11/autocutsel/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2012/10/06 05:59:30 ryoon Exp $ +# + +DISTNAME= autocutsel-0.9.0 +PKGREVISION= 1 +CATEGORIES= x11 +MASTER_SITES= http://savannah.nongnu.org/download/autocutsel/ + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://www.nongnu.org/autocutsel/ +COMMENT= Synchronizes the X11 cutbuffer and CLIPBOARD selection +LICENSE= gnu-gpl-v2 + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +INSTALLATION_DIRS= share/doc/autocutsel + +post-install: + ${INSTALL_DATA} ${WRKSRC}/README \ + ${DESTDIR}${PREFIX}/share/doc/autocutsel/ + +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXaw/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXp/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |