Import gnome-power-manager version 2.24.2.
[pkgsrc.git] / chat / xchat-python / Makefile
1 # $NetBSD$
2
3 .include "../../chat/xchat/Makefile.common"
4
5 PKGNAME=                ${DISTNAME:S/-/-python-/}
6
7 COMMENT=                Python scripting plugin for xchat
8
9 DEPENDS+=               xchat>=2.0.0:../../chat/xchat
10
11 BUILD_DIRS?=            plugins/python
12
13 CONFIGURE_ARGS+=        --disable-gtkfe
14 CONFIGURE_ARGS+=        --enable-tcl=no
15 CONFIGURE_ARGS+=        --disable-perl
16 CONFIGURE_ARGS+=        --enable-python
17 CONFIGURE_ENV+=         ac_cv_path_pythonpath=${PYTHONBIN:Q}
18
19 .include "../../lang/python/application.mk"
20 .include "../../mk/bsd.pkg.mk"