pkgsrc/chat/xchat-python/Makefile

21 lines
535 B
Makefile

# $NetBSD: Makefile,v 1.2 2006/02/05 23:08:26 joerg Exp $
.include "../../chat/xchat/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-python-/}
PKGREVISION= 1
COMMENT= Python scripting plugin for xchat
DEPENDS+= xchat>=2.0.0:../../chat/xchat
BUILD_DIRS?= plugins/python
CONFIGURE_ARGS+= --disable-gtkfe
CONFIGURE_ARGS+= --enable-tcl=no
CONFIGURE_ARGS+= --disable-perl
CONFIGURE_ARGS+= --enable-python
CONFIGURE_ENV+= ac_cv_path_pythonpath=${PYTHONBIN:Q}
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"