summaryrefslogtreecommitdiff
path: root/devel/cxref/Makefile
blob: 184485b5efac27aa8f1c85e796246d0c9a29fafb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:14 jlam Exp $
#

DISTNAME=	cxref-1.6a
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

GNU_CONFIGURE=	YES
CONFIGURE_ARGS+=	--with-cxref-cpp
USE_GNU_TOOLS+=	make

.include "../../mk/bsd.pkg.mk"