8fb0007d9f
Version 6.2.7 - December 22 2012 [BUG FIXED] global: The -g command failed in handling of files whose size is 0 in some systems. Now it works.
25 lines
637 B
Makefile
25 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.36 2013/01/06 00:42:11 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= global-6.2.7
|
|
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
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|