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

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

CVSweb <webmaster@jp.NetBSD.org>