2012-10-31 12:16:30 +01:00
|
|
|
# $NetBSD: Makefile,v 1.15 2012/10/31 11:16:51 asau Exp $
|
1999-08-24 15:21:34 +02:00
|
|
|
|
2011-10-13 23:30:00 +02:00
|
|
|
DISTNAME= cxref-1.6d
|
1999-08-24 15:21:34 +02:00
|
|
|
CATEGORIES= devel lang
|
|
|
|
MASTER_SITES= http://www.gedanken.demon.co.uk/download-cxref/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
1999-08-24 15:21:34 +02:00
|
|
|
HOMEPAGE= http://www.gedanken.demon.co.uk/cxref/
|
2001-02-16 15:38:16 +01:00
|
|
|
COMMENT= C Cross Referencing & Documenting tool
|
1999-08-24 15:21:34 +02:00
|
|
|
|
2006-07-10 13:59:09 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-06-04 17:20:39 +02:00
|
|
|
CONFIGURE_ARGS+= --with-cxref-cpp
|
2006-07-10 13:59:09 +02:00
|
|
|
CONFIGURE_ARGS+= PERL="" # Don't regenerate documentation
|
2006-03-08 21:18:00 +01:00
|
|
|
USE_TOOLS+= gmake # uses the $< variable in the GNU way
|
2006-07-10 13:59:09 +02:00
|
|
|
USE_TOOLS+= lex yacc
|
1999-08-24 15:21:34 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|