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
16 lines
411 B
Makefile
16 lines
411 B
Makefile
# Created by: John Merryweather Cooper et al
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= editors lang
|
|
PKGNAMESUFFIX= -ide
|
|
|
|
COMMENT= Free Pascal integrated IDE/compiler
|
|
|
|
USES= fpc
|
|
USE_FPC= chm fv gdbint regexpr rtl-extra rtl-console fcl-xml
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR} ${FPCSRCDIR}/rtl ${FPCSRCDIR}/compiler
|
|
|
|
.include "${MASTERDIR}/Makefile"
|