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