freebsd-ports/devel/avr-gdb/Makefile
2005-02-14 17:10:10 +00:00

32 lines
679 B
Makefile

# Ports collection makefile for: avr-gdb
# Date created: 3 Sep 2002
# Whom: Joerg Wunsch <joerg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gdb
PORTVERSION= 6.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= gdb/releases
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
pre-configure:
cd ${WRKSRC} ; ${RM} -rf dejagnu expect sim tcl texinfo
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb \
${PREFIX}/bin/${PKGNAMEPREFIX}${PORTNAME}
.include <bsd.port.mk>