pkgsrc/inputmethod/py-input-pad/Makefile
obache ad545809cf Update input-pad to 1.0.1.
Released 1.0.1

    Added Rupee symbol (U+20B9)
    Removed gtk_set_locale() for GTK3.
    Followed eek 0.90 API changes.
    Added some acronyms.
    Set XTEST module by default if it's installed.
    Added Runes group in Custom Characters table.
    Added variants and options.
2012-04-22 13:56:19 +00:00

35 lines
884 B
Makefile

# $NetBSD: Makefile,v 1.15 2012/04/22 13:56:19 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
BUILD_DEPENDS+= swig-[0-9]*:../../devel/swig
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config intltool msgfmt xgettext msgmerge
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
BUILDLINK_API_DEPENDS.input-pad+= input-pad>=${PKGVERSION_NOREV}
.include "../../inputmethod/input-pad/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"