summaryrefslogtreecommitdiff
path: root/devel/fpc-fppkg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/fpc-fppkg/Makefile')
-rw-r--r--devel/fpc-fppkg/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/fpc-fppkg/Makefile b/devel/fpc-fppkg/Makefile
deleted file mode 100644
index 2fbe4ff5272e..000000000000
--- a/devel/fpc-fppkg/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-CATEGORIES= devel lang
-PKGNAMESUFFIX= -fppkg
-
-COMMENT= Free Pascal package manager unit
-
-USES= fpc
-USE_FPC= dblib fastcgi fcl-async fcl-base fcl-db fcl-fpcunit fcl-json \
- fcl-net fcl-passrc fcl-web fcl-xml 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"