2008-03-08 19:51:42 +01:00
|
|
|
# $NetBSD: Makefile,v 1.4 2008/03/08 18:51:42 tnn2 Exp $
|
2004-12-28 01:09:30 +01:00
|
|
|
|
2005-06-06 14:37:25 +02:00
|
|
|
.include "../../chat/xchat/Makefile.common"
|
2004-12-28 01:09:30 +01:00
|
|
|
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-python-/}
|
2005-06-06 14:37:25 +02:00
|
|
|
COMMENT= Python scripting plugin for xchat
|
2004-12-28 01:09:30 +01:00
|
|
|
|
2005-06-06 14:37:25 +02:00
|
|
|
DEPENDS+= xchat>=2.0.0:../../chat/xchat
|
2004-12-28 01:09:30 +01:00
|
|
|
|
2008-03-08 19:51:42 +01:00
|
|
|
BUILD_DIRS= plugins/python
|
2004-12-28 01:09:30 +01:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --disable-gtkfe
|
|
|
|
CONFIGURE_ARGS+= --enable-tcl=no
|
|
|
|
CONFIGURE_ARGS+= --disable-perl
|
|
|
|
CONFIGURE_ARGS+= --enable-python
|
2005-11-28 01:27:22 +01:00
|
|
|
CONFIGURE_ENV+= ac_cv_path_pythonpath=${PYTHONBIN:Q}
|
2004-12-28 01:09:30 +01:00
|
|
|
|
|
|
|
.include "../../lang/python/application.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|