pkgsrc/devel/global/Makefile
wiz f35d5076bc Update to 6.3.2:
Version 6.3.2 - September 4 2014

[CHANGES]
New facilities:
o Pygments plug-in parser by Yoshitaro MAKISE.
  By this parser, you can apply gtags(1) to wide variety of programming
  languages supported by Pygments. The method of plug-in is very simple.
  See 'plugin-factory/PLUGIN_HOWTO.pygments' for details.
  It should mention especially that Pygments plug-in parser can treat both
  definitions and references using Exuberant Ctags together.
2014-09-07 20:17:29 +00:00

27 lines
731 B
Makefile

# $NetBSD: Makefile,v 1.46 2014/09/07 20:17:29 wiz Exp $
DISTNAME= global-6.3.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=global/}
MAINTAINER= uebayasi@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/global/
COMMENT= Source code tag system including web browser output
LICENSE= gnu-gpl-v3
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-posix-sort=${SORT:Q}
INFO_FILES= YES
USE_LIBTOOL= YES
USE_TOOLS+= perl:run sort:run
CONF_FILES= ${PREFIX}/share/gtags/gtags.conf ${PKG_SYSCONFDIR}/gtags.conf
REPLACE_PYTHON+= plugin-factory/pygments_parser.py
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"