pkgsrc/chat/xchat-python/Makefile

36 lines
914 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.24 2014/01/25 10:29:58 wiz Exp $
.include "../../chat/xchat/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-python-/}
PKGREVISION= 7
2008-05-25 22:49:39 +02:00
OWNER= tron@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"
2012-02-16 17:13:51 +01:00
.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= 33 # not yet ported as of 2.8.8
.include "../../lang/python/application.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"