freebsd-ports/devel/cxref/Makefile
Steve Price 2b013a1bf4 Update to version 1.5a and add the WWW site to the DESCR.
PR:		13599
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-27 02:36:51 +00:00

23 lines
485 B
Makefile

# New ports collection makefile for: cxref
# Version required: 1.5a
# Date created: 23 October 1996
# Whom: Thomas Gellekum <tg@freebsd.org>
#
# $FreeBSD$
#
DISTNAME= cxref-1.5a
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://ftp.demon.co.uk/pub/unix/tools/
MASTER_SITE_SUBDIR= devel/lang/c
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
ALL_TARGET= cxref-inst cxref-query
MAN1= cxref.1 cxref-query.1
.include <bsd.port.mk>