pkgsrc-wip/xclipboard/Makefile
Tobias Nygren c9ff6151bf Update to xclipboard-1.1.0. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Enable #ifdef XKB code to call XkbStdBell() if libxkbfile is found
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
xaw8 is gone, use xaw7
Build fix for file systems that are not case sensitive
Added missing AM_PROG_CC_C_O
Use AM_CFLAGS instead of {xclipboard,xcutsel}_CFLAGS and remove AM_PROG_CC_C_O
Fix build with builddir != srcdir
$(builddir) is the current directory
Ansification and compile warning fixes.
Add UTF-8 support.
Fix UTF-8 support.
2009-11-09 19:13:05 +00:00

21 lines
529 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/11/09 19:13:05 tnn2 Exp $
#
DISTNAME= xclipboard-1.1.0
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
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"