pkgsrc/chat/xchat-perl/Makefile
seb c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00

35 lines
970 B
Makefile

# $NetBSD: Makefile,v 1.7 2010/08/21 16:32:47 seb Exp $
.include "../../chat/xchat/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-perl-/}
OWNER= tron@NetBSD.org
PKGREVISION= 2
COMMENT= Perl scripting plugin for XChat
DEPENDS+= xchat>=2.0.0:../../chat/xchat
BUILD_DIRS?= plugins/perl
CONFIGURE_ARGS+= --disable-gtkfe
CONFIGURE_ARGS+= --enable-tcl=no
CONFIGURE_ARGS+= --enable-perl
CONFIGURE_ARGS+= --disable-python
USE_PERL5= YES
USE_TOOLS+= perl
.include "../../lang/perl5/buildlink3.mk"
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}/${PREFIX}/share/examples/xchat
${INSTALL_DATA} ${WRKSRC}/plugins/perl/alt_completion.pl \
${DESTDIR}/${PREFIX}/share/examples/xchat
${INSTALL_DATA_DIR} ${DESTDIR}/${PREFIX}/share/doc/xchat
${INSTALL_DATA} ${WRKSRC}/plugins/perl/xchat2-perl.html \
${DESTDIR}/${PREFIX}/share/doc/xchat
${INSTALL_DATA} ${WRKSRC}/plugins/perl/xchat2-perldocs.html \
${DESTDIR}/${PREFIX}/share/doc/xchat
.include "../../mk/bsd.pkg.mk"