b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
32 lines
1.1 KiB
Makefile
32 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.33 2020/01/18 23:35:58 rillig Exp $
|
|
|
|
DISTNAME= xcompmgr-1.1.8
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://www.freedesktop.org/
|
|
COMMENT= Sample compositing manager for X.org >= 6.8.0
|
|
|
|
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 "../../x11/xorgproto/buildlink3.mk"
|
|
.include "../../x11/libXdamage/buildlink3.mk"
|
|
.include "../../x11/libXcomposite/buildlink3.mk"
|
|
.include "../../x11/libXrender/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|