diff options
Diffstat (limited to 'devel/fpc-tplylib/Makefile')
-rw-r--r-- | devel/fpc-tplylib/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/fpc-tplylib/Makefile b/devel/fpc-tplylib/Makefile deleted file mode 100644 index a26f6f63f72f..000000000000 --- a/devel/fpc-tplylib/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -CATEGORIES= devel lang -PKGNAMESUFFIX= -tplylib - -COMMENT= Unit for a compiler generator for Turbo Pascal and compatibles - -USES= fpc - -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR= ${WRKUNITDIR} - -.include "${MASTERDIR}/Makefile" |