# $NetBSD: Makefile,v 1.1.1.1 2010/08/31 08:26:54 obache Exp $ # .include "../../inputmethod/input-pad/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} MAINTAINER= obache@NetBSD.org COMMENT= Python wrapper for Input Pad DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config intltool PKGCONFIG_OVERRIDE+= input-pad.pc.in CONFIGURE_ARGS+= --enable-python=yes BUILD_DIRS= pyinput-pad post-configure: ${LN} -s ${BUILDLINK_DIR}/lib/libinput-pad.la ${WRKSRC}/input-pad PY_PATCHPLIST= yes .include "../../inputmethod/input-pad/buildlink3.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk"