freebsd-ports/devel/libbfd/Makefile
Joerg Wunsch 7fb63ea551 It seems that the standalone libbfd cannot be compiled on FreeBSD 4.x.
I don't care much, it's intented for developers only who could now be
expected to use FreeBSD 5.x.
2004-05-02 19:54:00 +00:00

36 lines
729 B
Makefile

# New ports collection makefile for: libbfd
# Date created: 26 Feb 2004
# Whom: Joerg Wunsch <joerg@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= libbfd
PORTVERSION= 2.14
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
WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}/bfd
USE_BZIP2= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --enable-install-libbfd \
--enable-commonbfdlib \
--disable-nls \
--enable-targets=all
USE_LIBTOOL= yes
INFO= bfd
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
.include <bsd.port.post.mk>