blob: 7dd2ad1c831d16cf904da73d9e3e7bf455f2d2ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
PORTNAME= gdb
PORTVERSION= 7.3.1
PORTREVISION= 6
CATEGORIES= devel
MASTER_SITES= GNU
PKGNAMEPREFIX= avr-
MAINTAINER= joerg@FreeBSD.org
COMMENT= GNU GDB for the AVR target
WWW= https://www.gnu.org/software/gdb/
LICENSE= GPLv3
LIB_DEPENDS= libexpat.so:textproc/expat2
USES= cpe gmake ncurses tar:bzip2 iconv
CPE_VENDOR= gnu
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --target=avr --program-prefix=avr --disable-nls \
--disable-werror
pre-configure:
cd ${WRKSRC} ; ${RM} -r dejagnu expect tcl texinfo
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb \
${STAGEDIR}${PREFIX}/bin/${PKGNAMEPREFIX}${PORTNAME}
.include <bsd.port.mk>
|