20 lines
576 B
Makefile
20 lines
576 B
Makefile
# $NetBSD: Makefile,v 1.13 2008/11/06 17:45:46 snj Exp $
|
|
|
|
DISTNAME= cxref-1.6b
|
|
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"
|