508923f461
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
31 lines
834 B
Makefile
31 lines
834 B
Makefile
# $NetBSD: Makefile,v 1.79 2020/01/18 23:30:28 rillig Exp $
|
|
|
|
DISTNAME= global-6.6.2
|
|
PKGREVISION= 8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=global/}
|
|
|
|
MAINTAINER= uebayasi@NetBSD.org
|
|
HOMEPAGE= https://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_LANGUAGES= c99
|
|
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
|
|
REPLACE_PERL+= plugin-factory/maps2conf.pl
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|