1996-10-24 07:59:56 +00:00
|
|
|
# New ports collection makefile for: cxref
|
1996-10-25 06:11:05 +00:00
|
|
|
# Date created: 23 October 1996
|
|
|
|
# Whom: Thomas Gellekum <tg@freebsd.org>
|
1996-10-24 07:59:56 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1996-10-24 07:59:56 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= cxref
|
2004-10-12 10:25:34 +00:00
|
|
|
PORTVERSION= 1.6
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= devel
|
2004-10-12 10:25:34 +00:00
|
|
|
MASTER_SITES= http://www.gedanken.demon.co.uk/download-cxref/ \
|
|
|
|
${MASTER_SITE_SUNSITE}
|
1999-09-27 02:36:51 +00:00
|
|
|
MASTER_SITE_SUBDIR= devel/lang/c
|
1996-10-24 07:59:56 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= C program cross-referencing & documentation tool
|
1996-10-24 07:59:56 +00:00
|
|
|
|
2004-06-27 18:05:37 +00:00
|
|
|
USE_BISON= yes
|
1996-10-24 07:59:56 +00:00
|
|
|
USE_GMAKE= yes
|
1999-09-27 02:36:51 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2003-07-11 17:44:16 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-10-12 10:25:34 +00:00
|
|
|
CONFIGURE_ARGS= --without-cxref-cpp
|
|
|
|
ALL_TARGET= programs
|
2001-06-12 14:25:45 +00:00
|
|
|
|
2004-07-01 07:46:04 +00:00
|
|
|
MAN1= cxref.1 cxref-query.1
|
|
|
|
PLIST_FILES= bin/cxref bin/cxref-cc bin/cxref-query
|
1996-10-24 07:59:56 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|