5bcca388db
it will be decided later how to resolve this. as discussed with ckuethe@ and robert@ ok robert@
35 lines
699 B
Makefile
35 lines
699 B
Makefile
# $OpenBSD: Makefile,v 1.4 2011/07/07 17:31:14 jasper Exp $
|
|
|
|
COMMENT= GNU Binary File Descriptor library
|
|
|
|
VER= 2.20
|
|
DISTNAME= binutils-${VER}
|
|
PKGNAME= libbfd-${VER}
|
|
REVISION= 1
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/binutils/
|
|
CATEGORIES= devel
|
|
MAINTAINER= Chris Kuethe <ckuethe@openbsd.org>
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
|
|
|
|
USE_LIBTOOL= Yes
|
|
LIBTOOL_FLAGS= --tag=disable-shared
|
|
CONFIGURE_ARGS+= --disable-nls \
|
|
--disable-shared \
|
|
--disable-werror
|
|
|
|
WRKSRC=${WRKDIR}/${DISTNAME}/bfd
|
|
|
|
.include <bsd.port.mk>
|