diff options
author | tron <tron@pkgsrc.org> | 2006-02-02 20:58:06 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-02-02 20:58:06 +0000 |
commit | cfe4bc4a0ec1758f2a1484f4c4bb7841dd9f71cf (patch) | |
tree | 64b908b8a2d0cb3e65357fcaa0144f6dbe4a8870 /chat/xchat-python/Makefile | |
parent | 7050daa28929166ccd7dcf355c06c4e800eeab82 (diff) | |
download | pkgsrc-cfe4bc4a0ec1758f2a1484f4c4bb7841dd9f71cf.tar.gz |
Import new "xchat-python" package:
X-Chat is a graphical IRC client that runs on UNIX-like systems.
This is a Python scripting plugin for X-Chat.
This package is based on Min Sik Kim's "xchat2-python" package available
via "pkgsrc-wip".
Diffstat (limited to 'chat/xchat-python/Makefile')
-rw-r--r-- | chat/xchat-python/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile new file mode 100644 index 00000000000..6cff343a380 --- /dev/null +++ b/chat/xchat-python/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/02/02 20:58:06 tron Exp $ + +.include "../../chat/xchat/Makefile.common" + +PKGNAME= ${DISTNAME:S/-/-python-/} + +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" |