diff options
Diffstat (limited to 'devel/fpc-fv/Makefile')
-rw-r--r-- | devel/fpc-fv/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/fpc-fv/Makefile b/devel/fpc-fv/Makefile deleted file mode 100644 index 199573bf8ca8..000000000000 --- a/devel/fpc-fv/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -CATEGORIES= devel lang -PKGNAMESUFFIX= -fv - -COMMENT= Free Pascal unit for Delphi support - -USES= fpc -USE_FPC= rtl-console rtl-extra - -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR= ${WRKUNITDIR} - -OPTIONS_DEFINE= EXAMPLES - -HAVE_EXAMPLES= yes - -.include "${MASTERDIR}/Makefile" |