mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
18 lines
329 B
Makefile
18 lines
329 B
Makefile
# New ports collection makefile for: sparc-rtems-gdb
|
|
# Date created: 9 June 2000
|
|
# Whom: James Housley <jim@thehousleys.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gdb
|
|
|
|
MAINTAINER= jeh@FreeBSD.org
|
|
|
|
LCLTARGET= sparc-rtems
|
|
CONFIGURE_ARGS+= --verbose --enable-sim
|
|
|
|
MAN1= ${LCLTARGET}-run.1
|
|
|
|
.include "${.CURDIR}/../i386-rtems-gdb/Makefile"
|