summaryrefslogtreecommitdiff
path: root/devel/cxref/Makefile
blob: 10045611725906f5306a4226116a2999482e7749 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Thomas Gellekum <tg@freebsd.org>
# $FreeBSD$

PORTNAME=	cxref
PORTVERSION=	1.6d
CATEGORIES=	devel
MASTER_SITES=	http://www.gedanken.demon.co.uk/download-cxref/ \
		http://fossies.org/linux/misc/
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	C program cross-referencing & documentation tool

LICENSE=	GPLv2

USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--without-cxref-cpp
ALL_TARGET=	programs

MAN1=		cxref.1 cxref-query.1

post-install:
	@${MKDIR} ${DATADIR}
	@${INSTALL_SCRIPT} ${WRKSRC}/contrib/*.pl ${DATADIR}
	@${INSTALL_DATA} ${WRKSRC}/contrib/*.el ${DATADIR}
	@${INSTALL_DATA} ${WRKSRC}/contrib/README* ${DATADIR}

.include <bsd.port.mk>