mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
16 lines
421 B
Makefile
16 lines
421 B
Makefile
# Created by: John Merryweather Cooper et al
|
|
|
|
CATEGORIES= editors lang
|
|
PKGNAMESUFFIX= -ide
|
|
|
|
COMMENT= Free Pascal integrated IDE/compiler
|
|
|
|
USES= fpc
|
|
USE_FPC= chm fv gdbint regexpr rtl-console rtl-extra rtl-generics fcl-xml
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR} ${FPCSRCDIR}/rtl ${FPCSRCDIR}/compiler
|
|
|
|
.include "${MASTERDIR}/Makefile"
|