This plugin provides an interface to the Syntax::Highligh::Engine::Kate which implements syntax highlighting rules taken from the Kate editor. Currently the plugin only implements Perl 5 and PHP highlighting. Once this plug-in is installed the user can switch the highlighting of all Perl 5 or PHP files to use this highlighter via the Preferences menu of Padre.
26 lines
802 B
Makefile
26 lines
802 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 18:37:16 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Padre-Plugin-Kate-0.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= editors perl5 textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Padre-Plugin-Kate/
|
|
COMMENT= Padre plugin using the Kate syntax highlighter
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Padre>=0.41:../../editors/p5-Padre
|
|
DEPENDS+= p5-Syntax-Highlight-Engine-Kate>=0.05:../../textproc/p5-Syntax-Highlight-Engine-Kate
|
|
|
|
PERL5_PACKLIST= auto/Padre/Plugin/Kate/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
#pre-configure:
|
|
# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|