pkgsrc-wip/xchat2-tcl/Makefile
Aleksej Saushev b011ad6772 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 20:11:06 +00:00

26 lines
670 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/10/07 20:11:08 asau Exp $
PKG_DESTDIR_SUPPORT= none
.include "../../chat/xchat/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-tcl-/}
COMMENT= TCL scripting plugin for xchat
DEPENDS+= xchat>=2.0.0:../../chat/xchat
BUILD_DIRS= plugins/tcl
CONFIGURE_ARGS+= --disable-gtkfe
CONFIGURE_ARGS+= --enable-tcl=${BUILDLINK_PREFIX.tcl}/lib
CONFIGURE_ARGS+= --disable-perl
CONFIGURE_ARGS+= --disable-python
#SUBST_CLASSES= paths
#SUBST_STAGE.paths= post-patch
#SUBST_FILES.paths= configure
#SUBST_SED.paths= -e "s|$tcl /lib|${PREFIX}/lib|g"
#SUBST_MESSAGE.paths= Fixing paths.
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"