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 | a242c9aa85375f67efd6b779234f017d11a3024b (patch) | |
tree | 64b908b8a2d0cb3e65357fcaa0144f6dbe4a8870 | |
parent | 38751d969ba228cc00307dacd89c35805d4989ca (diff) | |
download | pkgsrc-a242c9aa85375f67efd6b779234f017d11a3024b.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".
-rw-r--r-- | chat/xchat-python/DESCR | 2 | ||||
-rw-r--r-- | chat/xchat-python/Makefile | 20 | ||||
-rw-r--r-- | chat/xchat-python/PLIST | 2 |
3 files changed, 24 insertions, 0 deletions
diff --git a/chat/xchat-python/DESCR b/chat/xchat-python/DESCR new file mode 100644 index 00000000000..298512ac810 --- /dev/null +++ b/chat/xchat-python/DESCR @@ -0,0 +1,2 @@ +X-Chat is a graphical IRC client that runs on UNIX-like systems. +This is a Python scripting plugin for X-Chat. 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" diff --git a/chat/xchat-python/PLIST b/chat/xchat-python/PLIST new file mode 100644 index 00000000000..0c642b8ce32 --- /dev/null +++ b/chat/xchat-python/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/02 20:58:06 tron Exp $ +lib/xchat/plugins/python.la |