Unfortunately, we need a patch now as their Makefile relies on GCC's -print-multi-os-directory switch.
19 lines
433 B
Makefile
19 lines
433 B
Makefile
# Created by: Joerg Wunsch <joerg@FreeBSD.org>
|
|
|
|
PORTNAME= gnulibiberty
|
|
PORTVERSION= 2.37
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SOURCEWARE/binutils/releases
|
|
DISTNAME= binutils-${PORTVERSION}
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= Miscellaneous GNU functions
|
|
|
|
WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}/libiberty
|
|
|
|
USES= gmake tar:xz
|
|
|
|
CONFIGURE_ARGS= --enable-install-libiberty --disable-multilib
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|