1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/emulators/psim-freebsd/Makefile
Stanislav Sedov 8d3f9c74ab - Update to the version 6.5
- Unbrake

PR:		ports/100682
Submitted by:	me (stas)
Approved by:	maintainer timeout (4 months)
2006-11-22 21:59:22 +00:00

42 lines
1.0 KiB
Makefile

# ex:ts=8
# Ports collection makefile for: GDB 5.1 PowerPC simulator
# Date created: 12 October 2001
# Whom: Mark Peek <mp@FreeBSD.org>
# David O'Brien <obrien@NUXI.com>
# $FreeBSD$
#
PORTNAME= psim-freebsd
PORTVERSION= 6.5
PORTREVISION?= 0
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= gdb/releases
DISTNAME= gdb-${PORTVERSION}
MAINTAINER= obrien@FreeBSD.org
COMMENT= PowerPC simulator (PSIM) running in the GNU GDB 6
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-psim --target=powerpc-freebsd-elf \
--program-suffix=psim \
--disable-nls
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/${PORTNAME}
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${FILESDIR}/dot.gdbinit ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${FILESDIR}/HOW-TO ${DOCSDIR}
.endif
cklatest:
ncftpls \
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/${MASTER_SITE_SUBDIR}/ \
| ${GREP} gdb+dejagnu-
.include <bsd.port.mk>