diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-10 04:35:28 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-10 04:35:28 +0000 |
| commit | f124555536ce4b815ff160312c094545c36ec440 (patch) | |
| tree | 702199d3b5e34c9ba151483313d8c26565451c75 /devel/gdb6/Makefile | |
| parent | 280725774faa4e3d91ff599cca3a1466c77d300e (diff) | |
Diffstat (limited to 'devel/gdb6/Makefile')
| -rw-r--r-- | devel/gdb6/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile deleted file mode 100644 index 546e0ca59bf3..000000000000 --- a/devel/gdb6/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: GDB 5.1 -# Date created: 30 March 2001 -# Whom: David O'Brien <obrien@NUXI.com> -# -# $FreeBSD$ -# - -PORTNAME= gdb -PORTVERSION= 5.2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEWARE} -MASTER_SITE_SUBDIR= gdb/releases - -MAINTAINER= obrien@FreeBSD.org - -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --program-suffix=52 - -pre-configure: - cd ${WRKSRC} ; ${RM} -rf dejagnu expect sim tcl texinfo - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb \ - ${PREFIX}/bin/${PORTNAME}${PORTVERSION:S/.//g} - -cklatest: - ncftpls \ - ftp://mirrors.rcn.net/mirrors/sources.redhat.com/${MASTER_SITE_SUBDIR}/ \ - | ${GREP} gdb+dejagnu- - -.include <bsd.port.mk> |
