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
|
|
|
|
PORTVERSION= 1.5b
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= devel
|
1999-09-27 02:36:51 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
|
|
ftp://ftp.demon.co.uk/pub/unix/tools/
|
|
|
|
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
|
1996-10-24 07:59:56 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
1999-09-27 02:36:51 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1997-01-02 10:20:44 +00:00
|
|
|
ALL_TARGET= cxref-inst cxref-query
|
|
|
|
MAN1= cxref.1 cxref-query.1
|
1996-10-24 07:59:56 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|