219af4404e
Big changes: - Allows the symbolic links which point to directories, and treats the names of struct, union, enum and enum member as definitions. (5.7) - Uses GPLv3 and LGPLv3 license. (5.6) - Becomes GNU BOKINware. (5.5) Details: http://cvs.savannah.gnu.org/viewvc/global/global/NEWS?view=markup Bunch of incompatible format changes. DON'T FORGET TO RE-GENERATE TAGS!
22 lines
583 B
Makefile
22 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.30 2011/01/19 04:24:15 uebayasi Exp $
|
|
#
|
|
|
|
DISTNAME= global-5.9.3
|
|
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
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
INFO_FILES= YES
|
|
USE_TOOLS+= perl:run
|
|
|
|
CONF_FILES= ${PREFIX}/share/gtags/gtags.conf ${PKG_SYSCONFDIR}/gtags.conf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|