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

Annotation of pkgsrc/x11/py-xcbgen/Makefile, Revision 1.11

1.11    ! wiz         1: # $NetBSD: Makefile,v 1.10 2012/06/03 17:28:23 wiz Exp $
1.1       drochner    2: #
                      3:
1.11    ! wiz         4: DISTNAME=      xcb-proto-1.8
        !             5: PKGNAME=       ${PYPKGPREFIX}-xcbgen-1.8
1.1       drochner    6: CATEGORIES=    x11
                      7: MASTER_SITES=  http://xcb.freedesktop.org/dist/
                      8: EXTRACT_SUFX=  .tar.bz2
                      9:
                     10: MAINTAINER=    reed@reedmedia.net
                     11: HOMEPAGE=      http://xcb.freedesktop.org/
                     12: COMMENT=       XCB protocol descriptions (in XML)
1.6       heinz      13: LICENSE=       mit # with no-advertising clause
1.1       drochner   14:
1.8       obache     15: DEPENDS+=      ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
1.5       wiz        16:
1.1       drochner   17: CONFLICTS+=    xcb-proto<1.4nb1
                     18: PKG_DESTDIR_SUPPORT=   user-destdir
                     19:
                     20: GNU_CONFIGURE= yes
                     21: USE_TOOLS+=    pkg-config
                     22: USE_LANGUAGES= # none
                     23: PY_PATCHPLIST=         yes
                     24:
                     25: .include "../../lang/python/extension.mk"
                     26: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>