Version 1.6d of cxref released : Mon Oct 3 14:00:00 2011 -------------------------------------------------------- Bug fixes Updated for latest version of autoconf. Allow structure initialisers to have multiple components (e.g. a.b=1). Remove gcc warning messages. Change Makefile for better comptibility with FreeBSD. Version 1.6c of cxref released : Mon May 31 10:00:00 2010 --------------------------------------------------------- Bug fixes Handle the gcc __builtin_offsetof() and offsetof() functions. Check that the lex/yacc programs actually exist at configure time. Handle ASM statements with named identifiers in them. Parsing changes Removed the char_varying type. Document changes Update web page links
20 lines
581 B
Makefile
20 lines
581 B
Makefile
# $NetBSD: Makefile,v 1.14 2011/10/13 21:30:00 dholland Exp $
|
|
|
|
DISTNAME= cxref-1.6d
|
|
CATEGORIES= devel lang
|
|
MASTER_SITES= http://www.gedanken.demon.co.uk/download-cxref/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gedanken.demon.co.uk/cxref/
|
|
COMMENT= C Cross Referencing & Documenting tool
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-cxref-cpp
|
|
CONFIGURE_ARGS+= PERL="" # Don't regenerate documentation
|
|
USE_TOOLS+= gmake # uses the $< variable in the GNU way
|
|
USE_TOOLS+= lex yacc
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|