freebsd-ports/devel/gnulibiberty/Makefile
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00

24 lines
515 B
Makefile

# Created by: Joerg Wunsch <joerg@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnulibiberty
PORTVERSION= 2.19.1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= binutils/releases
DISTNAME= binutils-${PORTVERSION}
MAINTAINER= joerg@FreeBSD.org
COMMENT= Miscellaneous GNU functions
WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}/libiberty
USES= gmake tar:bzip2
CONFIGURE_ARGS= --enable-install-libiberty
GNU_CONFIGURE= yes
CONFLICTS= freelibiberty-[0-9]*
.include <bsd.port.mk>