e4136dcaa5
tnn, and myself. Contains the xcutsel and xclipboard programs which help with managing the X server clipboard. This is from the modular X.org X11 project.
22 lines
618 B
Makefile
22 lines
618 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/09/06 08:16:18 wiz Exp $
|
|
|
|
DISTNAME= xclipboard-1.1.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= lars.nordlund@hem.utfors.se
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Manage the X server clipboard
|
|
LICENSE= x11
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../devel/xorg-util-macros/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|