pkgsrc/devel/global/Makefile
wiz b45b375665 Update to 6.3.4:
Version 6.3.4 - February 2 2015

[FIXED BUGS]
o global: Global(1) exited with a message "Abbrev character must be
  a lower alphabetic character ()" in some condition. Now it is fixed.
o gozilla/Makefile.am: Installation made a directory outside of the DESTDIR.
  Now it is fixed.
o gtags: The C++ parser picked up compiler specific macros as a class name.
  It is not desirable. Now it is fixed.
2015-02-08 16:11:27 +00:00

25 lines
687 B
Makefile

# $NetBSD: Makefile,v 1.49 2015/02/08 16:11:27 wiz Exp $
DISTNAME= global-6.3.4
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
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"