pkgsrc/x11/xcompmgr/Makefile
tnn 13aa2a4e76 Update to xcompmgr-1.1.5. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fix formatting of options/arguments in man page
Add COPYING file with copyright/license notice from xcompmgr.c
Make usage() report the current version.
Ansification and compile warning fixes.
Fix error reporting
Don't hard code the screen number
Check for _NET_WM_CM_Sn before trying to install ourself as composite manager
Try to report current composite manager name
2009-11-09 19:08:42 +00:00

42 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.26 2009/11/09 19:08:42 tnn Exp $
#
DISTNAME= xcompmgr-1.1.5
CATEGORIES= x11
MASTER_SITES = ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.freedesktop.org/
COMMENT= Sample compositing manager for X.org >= 6.8.0
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
USE_FEATURES= getopt_long
### XXX You may play around with these if you like; they're simply
### the #defines from xcompmgr.c placed here for your convenience.
#
XCOMPMGR_DEFS+= -DCAN_DO_USABLE=1 # default: 0 (damage notification)
#XCOMPMGR_DEFS+= -DMONITOR_REPAINT=0 # default: 0 (?)
#XCOMPMGR_DEFS+= -DDEBUG_REPAINT=0 # default: 0 (debugging)
#XCOMPMGR_DEFS+= -DDEBUG_EVENTS=0 # default: 0 (debugging)
#XCOMPMGR_DEFS+= -DSHADOWS=1 # default: 1 (shadow support)
#XCOMPMGR_DEFS+= -DSHARP_SHADOW=0 # default 0 (?)
CPPFLAGS+= ${XCOMPMGR_DEFS}
.include "../../mk/bsd.prefs.mk"
.if defined(X11_TYPE) && !empty(X11_TYPE:MXFree86) || \
defined(X11_TYPE) && !empty(X11_TYPE:Mnative) || !defined(X11_TYPE)
PKG_FAIL_REASON+= "This package is exclusively for X.org."
.endif
.include "../../x11/compositeproto/buildlink3.mk"
.include "../../x11/libXdamage/buildlink3.mk"
.include "../../x11/libXcomposite/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"