diff options
Diffstat (limited to 'devel/fpc-fcl-js/Makefile')
-rw-r--r-- | devel/fpc-fcl-js/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/fpc-fcl-js/Makefile b/devel/fpc-fcl-js/Makefile deleted file mode 100644 index e303424399d0..000000000000 --- a/devel/fpc-fcl-js/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -CATEGORIES= devel lang -PKGNAMESUFFIX= -fcl-js - -COMMENT= Free Pascal Javascript scanner/parser/syntax tree (FCL) - -USES= fpc -USE_FPC= fcl-base fcl-json fcl-res rtl-objpas - -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR= ${WRKUNITDIR} - -.include "${MASTERDIR}/Makefile" |