freebsd-ports/devel/gdb66/Makefile

30 lines
586 B
Makefile
Raw Normal View History

# 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
PORTVERSION= 5.1.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
2002-01-27 09:04:23 +01:00
MASTER_SITE_SUBDIR= gdb/releases
MAINTAINER= obrien@FreeBSD.org
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-suffix=51
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}
.include <bsd.port.mk>