[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.13

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

CVSweb <webmaster@jp.NetBSD.org>