1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
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

15 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"