0bf0e56a6b
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.
27 lines
723 B
Makefile
27 lines
723 B
Makefile
# $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"
|