2018-03-07 12:57:28 +01:00
|
|
|
# $NetBSD: Makefile,v 1.31 2018/03/07 11:57:40 wiz Exp $
|
2004-09-21 19:04:07 +02:00
|
|
|
|
2015-04-17 09:00:35 +02:00
|
|
|
DISTNAME= xcompmgr-1.1.7
|
2018-03-07 12:57:28 +01:00
|
|
|
PKGREVISION= 1
|
2004-09-21 19:04:07 +02:00
|
|
|
CATEGORIES= x11
|
2008-05-24 23:45:14 +02:00
|
|
|
MASTER_SITES = ${MASTER_SITE_XORG:=app/}
|
2008-04-22 21:40:28 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2004-09-21 19:04:07 +02:00
|
|
|
|
2006-02-12 16:29:17 +01:00
|
|
|
MAINTAINER= joerg@NetBSD.org
|
2004-09-21 19:04:07 +02:00
|
|
|
HOMEPAGE= http://www.freedesktop.org/
|
|
|
|
COMMENT= Sample compositing manager for X.org >= 6.8.0
|
|
|
|
|
2005-08-10 22:56:10 +02:00
|
|
|
USE_TOOLS+= pkg-config
|
2004-09-21 19:04:07 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2007-12-19 06:43:27 +01:00
|
|
|
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.
|
|
|
|
#
|
2008-08-09 12:12:06 +02:00
|
|
|
XCOMPMGR_DEFS+= -DCAN_DO_USABLE=1 # default: 0 (damage notification)
|
2008-02-16 08:18:45 +01:00
|
|
|
#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 (?)
|
2007-12-19 06:43:27 +01:00
|
|
|
|
|
|
|
CPPFLAGS+= ${XCOMPMGR_DEFS}
|
2004-09-21 19:04:07 +02:00
|
|
|
|
2018-03-07 12:57:28 +01:00
|
|
|
.include "../../x11/xorgproto/buildlink3.mk"
|
2006-12-27 14:37:35 +01:00
|
|
|
.include "../../x11/libXdamage/buildlink3.mk"
|
2006-12-15 21:32:52 +01:00
|
|
|
.include "../../x11/libXcomposite/buildlink3.mk"
|
|
|
|
.include "../../x11/libXrender/buildlink3.mk"
|
2004-09-21 19:04:07 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|