sthen ce5f5ea595 update to autocutsel-0.10.0 and take maintainer
- set WM_NAME, _NET_WM_NAME, and _NET_WM_PID
- support for UTF-8 strings
- minor fixes
2016-01-16 13:39:27 +00:00

30 lines
677 B
Makefile

# $OpenBSD: Makefile,v 1.9 2016/01/16 13:39:27 sthen Exp $
COMMENT= keep X clipboard and cutbuffer in sync
V= 0.10.0
DISTNAME= autocutsel-$V
CATEGORIES= x11
HOMEPAGE= http://www.nongnu.org/autocutsel/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ICE SM X11 Xau Xaw Xdmcp Xext Xmu Xpm Xt c pthread-stubs
WANTLIB += xcb
MASTER_SITES= https://github.com/sigmike/autocutsel/releases/download/$V/
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/autocutsel
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/autocutsel
.include <bsd.port.mk>