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
|
2002-07-17 00:13:47 +02:00
|
|
|
PORTVERSION= 1.5d
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= devel
|
1999-09-27 04:36:51 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
|
|
ftp://ftp.demon.co.uk/pub/unix/tools/
|
|
|
|
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
|
1996-10-24 09:59:56 +02:00
|
|
|
|
2002-11-06 23:47:41 +01:00
|
|
|
PORTCOMMENT= C program cross-referencing & documentation tool
|
|
|
|
|
1996-10-24 09:59:56 +02:00
|
|
|
USE_GMAKE= yes
|
1999-09-27 04:36:51 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-06-12 16:25:45 +02:00
|
|
|
|
1997-01-02 11:20:44 +01:00
|
|
|
MAN1= cxref.1 cxref-query.1
|
1996-10-24 09:59:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|