1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/libbfd/Makefile
Volker Stolz 33ece4847d Register CONFLICTS with devel/mingw-binutils
Approved by: maintainer
2005-02-25 13:18:50 +00:00

47 lines
945 B
Makefile

# New ports collection makefile for: libbfd
# Date created: 26 Feb 2004
# Whom: Joerg Wunsch <joerg@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= libbfd
PORTVERSION= 2.15
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= binutils/releases
DISTNAME= binutils-${PORTVERSION}
MAINTAINER= joerg@freebsd.org
COMMENT= Universal BFD library from GNU binutils
CONFLICTS= mingw-binutils-[0-9]*
WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}/bfd
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-install-libbfd \
--enable-commonbfdlib \
--disable-nls \
--without-pic \
--enable-targets=all
.if (${MACHINE_ARCH} == "amd64")
CONFIGURE_ARGS+= --host=x86_64-portbld-freebsd${OSREL}
.endif
INFO= bfd
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
.if ${ARCH} == "amd64"
BROKEN= "Configure fails on amd64"
.endif
.include <bsd.port.post.mk>