Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,10 +1,8 @@
# $NetBSD: Makefile,v 1.26 2013/06/06 12:54:38 wiz Exp $
#
# $NetBSD: Makefile,v 1.31 2014/01/25 10:30:11 wiz Exp $
.include "../../inputmethod/input-pad/Makefile.common"
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 9
MAINTAINER= obache@NetBSD.org
COMMENT= Python wrapper for Input Pad
@@ -19,7 +17,8 @@ USE_TOOLS+= gmake pkg-config intltool msgfmt xgettext msgmerge
PKGCONFIG_OVERRIDE+= input-pad.pc.in
CONFIGURE_ARGS+= --enable-python=yes
CONFIGURE_ARGS+= --enable-pygobject2=yes
CONFIGURE_ARGS+= --disable-maintainer-mode
BUILD_DIRS= pyinput-pad
@@ -27,6 +26,7 @@ post-configure:
${LN} -s ${BUILDLINK_DIR}/lib/libinput-pad.la ${WRKSRC}/input-pad
PY_PATCHPLIST= yes
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2
BUILDLINK_API_DEPENDS.input-pad+= input-pad>=${PKGVERSION_NOREV}
.include "../../inputmethod/input-pad/buildlink3.mk"