I just noticed this port has an "option" to use binutils, which is on by default, but turning it off would break the port. Moreover, the option makes no sense, the entire point of the port is to create an interface to libbfd. I can only imaging the option was meant to switch between the standalone libbfd and the one in devel/binutils. Let's just get rid of the whole confusing thing. devel/binutils is a hardcoded run-depends now.
19 lines
474 B
Makefile
19 lines
474 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= devel lang
|
|
PORTREVISION= 2
|
|
PKGNAMESUFFIX= -bfd
|
|
|
|
MAINTAINER= freebsd-fpc@FreeBSD.org
|
|
COMMENT= Free Pascal interface for the GNU Binary Format description
|
|
|
|
USE_FPC= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/binutils
|
|
|
|
.include "${MASTERDIR}/Makefile"
|