1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/avr-gdb/Makefile
Tijl Coosemans b9288bf1d0 Fix two bugs reported by clang.
PR:		ports/172209
Submitted by:	Miklos Magyari <magyarimiki@gmail.com>
Approved by:	maintainer timeout (1 year)
2013-10-18 09:59:43 +00:00

30 lines
618 B
Makefile

# Created by: Joerg Wunsch <joerg@FreeBSD.org>
# $FreeBSD$
PORTNAME= gdb
PORTVERSION= 7.3.1
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gdb
PKGNAMEPREFIX= avr-
DISTNAME= gdb-${PORTVERSION}
MAINTAINER= joerg@FreeBSD.org
COMMENT= GNU GDB for the AVR target
USE_GMAKE= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --target=avr --program-prefix=avr --disable-nls
NO_STAGE= yes
pre-configure:
cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb \
${PREFIX}/bin/${PKGNAMEPREFIX}${PORTNAME}
.include <bsd.port.mk>