2001-03-31 11:04:58 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: GDB 5.1
|
|
|
|
# Date created: 30 March 2001
|
|
|
|
# Whom: David O'Brien <obrien@NUXI.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-01-27 09:04:23 +01:00
|
|
|
PORTNAME= gdb
|
2002-10-07 02:43:00 +02:00
|
|
|
PORTVERSION= 5.2.1
|
|
|
|
PORTREVISION= 0
|
2001-03-31 11:04:58 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
2002-05-13 00:27:16 +02:00
|
|
|
MASTER_SITE_SUBDIR= gdb/releases
|
2001-03-31 11:04:58 +02:00
|
|
|
|
2002-06-08 19:07:42 +02:00
|
|
|
MAINTAINER= mp@FreeBSD.org
|
2001-03-31 11:04:58 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2002-10-07 02:43:00 +02:00
|
|
|
CONFIGURE_ARGS= --program-suffix=521
|
2001-03-31 11:04:58 +02:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
cd ${WRKSRC} ; ${RM} -rf dejagnu expect sim tcl texinfo
|
|
|
|
|
|
|
|
do-install:
|
2002-03-09 22:38:50 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb \
|
|
|
|
${PREFIX}/bin/${PORTNAME}${PORTVERSION:S/.//g}
|
2001-03-31 11:04:58 +02:00
|
|
|
|
2002-03-15 20:12:51 +01:00
|
|
|
cklatest:
|
|
|
|
ncftpls \
|
|
|
|
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/${MASTER_SITE_SUBDIR}/ \
|
2002-05-13 00:27:16 +02:00
|
|
|
| ${GREP} gdb+dejagnu-
|
2002-03-15 20:12:51 +01:00
|
|
|
|
2001-03-31 11:04:58 +02:00
|
|
|
.include <bsd.port.mk>
|