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