mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
cf118ccf87
Reported by: lwhsu
14 lines
318 B
Makefile
14 lines
318 B
Makefile
CATEGORIES= lang
|
|
PKGNAMESUFFIX= -pastojs
|
|
|
|
COMMENT= Pascal to javascript transpiler
|
|
|
|
USES= fpc
|
|
USE_FPC= fcl-base fcl-js fcl-json fcl-passrc fcl-res rtl-objpas
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|