diff options
Diffstat (limited to 'lang/fpc-utils/Makefile')
-rw-r--r-- | lang/fpc-utils/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lang/fpc-utils/Makefile b/lang/fpc-utils/Makefile deleted file mode 100644 index 6e7eb3493d03..000000000000 --- a/lang/fpc-utils/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -CATEGORIES= lang -PKGNAMESUFFIX= -utils - -COMMENT= Free Pascal Compiler utilities - -USES= fpc -USE_FPC= chm dblib fastcgi fcl-async fcl-base fcl-db fcl-fpcunit fcl-js \ - fcl-net fcl-passrc fcl-res fcl-xml fcl-web fcl-json fppkg \ - httpd22 httpd24 ibase libcurl libmicrohttpd mysql odbc openssl \ - oracle pastojs postgres pxlib rtl-extra rtl-generics rtl-objpas \ - tplylib sqlite webidl - -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/utils -EXTRACTUNITDIR= ${WRKUNITDIR} ${FPCSRCDIR}/rtl - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/fpcmake - ${RM} ${STAGEDIR}${PREFIX}/bin/fpcmkcfg - -.include "${MASTERDIR}/Makefile" |