Return to Makefile CVS log | Up to [cvs.NetBSD.org] / pkgsrc / x11 / py-vte |
Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit.
# $NetBSD: Makefile,v 1.37 2019/04/26 13:14:25 maya Exp $ .include "../../x11/vte/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 24 CATEGORIES= x11 python MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.gnome.org/ COMMENT= Python bindings for the Vte terminal widget LICENSE= gnu-lgpl-v2 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config CONFIGURE_ARGS+= --enable-python CONFIGURE_ARGS+= --disable-freetype-test CONFIGURE_ARGS+= --enable-Bsymbolic=auto PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 BUILD_DIRS= python pre-build: ${LN} -s ${BUILDLINK_DIR}/lib/libvte.la ${WRKSRC}/src/libvte.la .include "../../x11/py-gtk2/buildlink3.mk" BUILDLINK_API_DEPENDS.vte+= vte>=${PKGVERSION_NOREV}<0.32 .include "../../x11/vte/buildlink3.mk" PY_PATCHPLIST= yes .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk"