5ab881a5d9
- Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
17 lines
408 B
Makefile
17 lines
408 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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"
|