freebsd-ports/devel/libbfd/Makefile

42 lines
866 B
Makefile
Raw Normal View History

# New ports collection makefile for: libbfd
# Date created: 26 Feb 2004
# Whom: Joerg Wunsch <joerg@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= libbfd
2009-04-03 14:44:58 +02:00
PORTVERSION= 2.19.1
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
BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty
CONFLICTS= mingw-binutils-[0-9]* 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 \
2009-04-03 14:44:58 +02:00
--enable-targets=all \
--disable-werror
INFO= bfd
.include <bsd.port.pre.mk>
2006-01-20 01:11:19 +01:00
.if ${ARCH} == "amd64"
ARCH= x86_64
2006-01-20 01:11:19 +01:00
.endif
.include <bsd.port.post.mk>