summaryrefslogtreecommitdiff
path: root/chat/xchat-python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/xchat-python/Makefile')
-rw-r--r--chat/xchat-python/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile
deleted file mode 100644
index 0c878bf3e35..00000000000
--- a/chat/xchat-python/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.34 2018/08/22 09:43:03 wiz Exp $
-
-.include "../../chat/xchat/Makefile.common"
-
-PKGNAME= ${DISTNAME:S/-/-python-/}
-PKGREVISION= 11
-MAINTAINER= pkgsrc-users@NetBSD.org
-
-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_ARGS+= --disable-xlib
-CONFIGURE_ENV+= ac_cv_path_pythonpath=${PYTHONBIN:Q}
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
-SUBST_CLASSES+= libutil
-SUBST_STAGE.libutil= pre-configure
-SUBST_FILES.libutil= configure
-SUBST_SED.libutil= -e 's/ -lutil//g'
-.endif
-
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.8.8
-
-.include "../../lang/python/application.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"