freebsd-ports/devel/fpc-bfd/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

14 lines
339 B
Makefile

CATEGORIES= devel lang
PKGNAMESUFFIX= -bfd
COMMENT= Free Pascal interface for the GNU Binary Format description
USES= fpc
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
RUN_DEPENDS= ${LOCALBASE}/lib/libbfd.a:devel/binutils
.include "${MASTERDIR}/Makefile"