diff options
Diffstat (limited to 'chat/xchat-perl/Makefile')
-rw-r--r-- | chat/xchat-perl/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/chat/xchat-perl/Makefile b/chat/xchat-perl/Makefile new file mode 100644 index 00000000000..95d34d13c50 --- /dev/null +++ b/chat/xchat-perl/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/03/12 12:42:48 tron Exp $ + +.include "../../chat/xchat/Makefile.common" + +PKGNAME= ${DISTNAME:S/-/-perl-/} +MAINTAINER= tron@NetBSD.org + +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 + +.include "../../lang/perl5/buildlink3.mk" + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xchat + ${INSTALL_DATA} ${WRKSRC}/plugins/perl/alt_completion.pl \ + ${PREFIX}/share/examples/xchat + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat + ${INSTALL_DATA} ${WRKSRC}/plugins/perl/xchat2-perl.html \ + ${PREFIX}/share/doc/xchat + ${INSTALL_DATA} ${WRKSRC}/plugins/perl/xchat2-perldocs.html \ + ${PREFIX}/share/doc/xchat + +.include "../../mk/bsd.pkg.mk" |