0d9223fd3f
some new gtk/qt based apps (such as firefox) use PRIMARY/CLIPBOARD buffers, while the older ones use cutbuffer. this little utility keeps clipboard and cutbuffer in sync, making it able to select/paste data from xterm<->firefox!11 ok sthen@
32 lines
703 B
Makefile
32 lines
703 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/10 17:27:26 martynas Exp $
|
|
|
|
COMMENT = keep X clipboard and cutbuffer in sync
|
|
|
|
DISTNAME = autocutsel-0.9.0
|
|
|
|
CATEGORIES = x11
|
|
|
|
HOMEPAGE = http://www.nongnu.org/autocutsel/
|
|
|
|
MAINTAINER = Martynas Venckus <martynas@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB = ICE SM X11 Xau Xaw Xdmcp Xext Xmu Xt c
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=autocutsel/}
|
|
|
|
USE_X11 = Yes
|
|
USE_LIBTOOL = Yes
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/autocutsel
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/autocutsel
|
|
|
|
.include <bsd.port.mk>
|