diff options
Diffstat (limited to 'devel/fpc-bfd/Makefile')
-rw-r--r-- | devel/fpc-bfd/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/fpc-bfd/Makefile b/devel/fpc-bfd/Makefile deleted file mode 100644 index 182ac4b34c0a..000000000000 --- a/devel/fpc-bfd/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -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" |