[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / xcompmgr

Annotation of pkgsrc/x11/xcompmgr/Makefile, Revision 1.25

1.25    ! bjs         1: # $NetBSD: Makefile,v 1.24 2008/05/24 21:45:16 tnn Exp $
1.1       xtraeme     2: #
                      3:
1.23      wiz         4: DISTNAME=      xcompmgr-1.1.4
1.25    ! bjs         5: PKGREVISION=   1
1.1       xtraeme     6: CATEGORIES=    x11
1.24      tnn         7: MASTER_SITES = ${MASTER_SITE_XORG:=app/}
1.23      wiz         8: EXTRACT_SUFX=  .tar.bz2
1.1       xtraeme     9:
1.14      xtraeme    10: MAINTAINER=    joerg@NetBSD.org
1.1       xtraeme    11: HOMEPAGE=      http://www.freedesktop.org/
                     12: COMMENT=       Sample compositing manager for X.org >= 6.8.0
                     13:
1.19      joerg      14: PKG_DESTDIR_SUPPORT=   user-destdir
                     15:
1.11      jlam       16: USE_TOOLS+=    pkg-config
1.1       xtraeme    17: GNU_CONFIGURE= yes
1.21      bjs        18: USE_FEATURES=  getopt_long
                     19:
                     20: ### XXX You may play around with these if you like; they're simply
                     21: ###    the #defines from xcompmgr.c placed here for your convenience.
                     22: #
1.25    ! bjs        23: XCOMPMGR_DEFS+=                -DCAN_DO_USABLE=1       # default: 0 (damage notification)
1.22      bjs        24: #XCOMPMGR_DEFS+=       -DMONITOR_REPAINT=0     # default: 0 (?)
                     25: #XCOMPMGR_DEFS+=       -DDEBUG_REPAINT=0       # default: 0 (debugging)
                     26: #XCOMPMGR_DEFS+=       -DDEBUG_EVENTS=0        # default: 0 (debugging)
                     27: #XCOMPMGR_DEFS+=       -DSHADOWS=1             # default: 1 (shadow support)
                     28: #XCOMPMGR_DEFS+=       -DSHARP_SHADOW=0        # default  0 (?)
1.21      bjs        29:
                     30: CPPFLAGS+=     ${XCOMPMGR_DEFS}
1.1       xtraeme    31:
1.4       xtraeme    32: .include "../../mk/bsd.prefs.mk"
                     33:
                     34: .if defined(X11_TYPE) && !empty(X11_TYPE:MXFree86) || \
                     35:     defined(X11_TYPE) && !empty(X11_TYPE:Mnative) || !defined(X11_TYPE)
1.21      bjs        36: PKG_FAIL_REASON+=      "This package is exclusively for X.org."
1.4       xtraeme    37: .endif
                     38:
1.15      reed       39: .include "../../x11/compositeproto/buildlink3.mk"
1.18      joerg      40: .include "../../x11/libXdamage/buildlink3.mk"
1.17      joerg      41: .include "../../x11/libXcomposite/buildlink3.mk"
                     42: .include "../../x11/libXrender/buildlink3.mk"
1.1       xtraeme    43: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>