pkgsrc-wip/autocutsel/Makefile
Jeremy C. Reed 9994faa079 Import new package.
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.

NOTE: This package is incomplete; it uses unportable setpgrp().
I provided a configure.ac fix for this to upstream developer.
2006-05-27 14:35:10 +00:00

22 lines
605 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/05/27 14:35:10 jeremy-c-reed Exp $
#
DISTNAME= autocutsel-0.8.1
CATEGORIES= x11
MASTER_SITES= http://savannah.nongnu.org/download/autocutsel/ \
http://www.lepton.fr/tools/autocutsel/
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.lepton.fr/tools/autocutsel/
COMMENT= Synchronizes the X11 cutbuffer and CLIPBOARD selection
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
INSTALLATION_DIRS+= share/doc/autocutsel
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/autocutsel/
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"