diff options
Diffstat (limited to 'www/fpc-googleapi/Makefile')
-rw-r--r-- | www/fpc-googleapi/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/www/fpc-googleapi/Makefile b/www/fpc-googleapi/Makefile deleted file mode 100644 index 621d723de36a..000000000000 --- a/www/fpc-googleapi/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -CATEGORIES= www lang -PKGNAMESUFFIX= -googleapi - -COMMENT= Free Pascal googleapi unit - -USES= fpc -USE_FPC= dblib fastcgi fcl-async fcl-base fcl-db fcl-json fcl-fpcunit \ - fcl-net fcl-passrc fcl-res fcl-web fcl-xml httpd22 httpd24 \ - ibase libmicrohttpd mysql postgres pxlib odbc openssl oracle rtl-extra \ - rtl-objpas sqlite - -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR= ${WRKUNITDIR} - -.include "${MASTERDIR}/Makefile" |