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