SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
devel/avr/binutils/Makefile
Normal file
21
devel/avr/binutils/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
COMMENT= Atmel AVR 8-bit RISC microcontrollers' GNU binutils #'
|
||||
|
||||
VER= 2.30
|
||||
DISTNAME= binutils-${VER}
|
||||
PKGNAME= avr-binutils-${VER}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
HOMEPAGE= https://www.gnu.org/software/binutils/
|
||||
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE= Yes
|
||||
WANTLIB= c z
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
|
||||
DIST_SUBDIR= binutils
|
||||
|
||||
CONFIGURE_ARGS+=--enable-commonbfdlib=no
|
||||
|
||||
LIBTOOL_FLAGS= --tag=disable-shared
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue