summaryrefslogtreecommitdiff
path: root/ftp/fpc-libcurl/Makefile
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-11-12 15:43:14 -0500
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-11-12 15:49:26 -0500
commit0b92f925a3a155ce7b5f4eddfd528553915c6eb8 (patch)
tree0123180d5bb20241a46464f19bae480ea1ca40c5 /ftp/fpc-libcurl/Makefile
parent41db5078f809a250e42162689e6252619ce5a30c (diff)
downloadfreebsd-ports-0b92f925a3a155ce7b5f4eddfd528553915c6eb8.zip
lang/fpc-*: Merge all units to lang/fpc
- Merge all fpc-* units to lang/fpc. It gives us a better way to maintain fpc and lazarus ports. - Update Mk/fpc.mk for reflects new changes - Update Mk/lazarus.mk for reflects new changes - Now we can defined WANT_FPC_DEVEL AND WANT_LAZARUS_DEVEL for use devel version of fpc or lazarus for build apps based on fpc/lazarus - Add entries to MOVED - Bump PORTREVISON of affected ports - Some other minor modifications
Diffstat (limited to 'ftp/fpc-libcurl/Makefile')
-rw-r--r--ftp/fpc-libcurl/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/ftp/fpc-libcurl/Makefile b/ftp/fpc-libcurl/Makefile
deleted file mode 100644
index 54f7bb496bfa..000000000000
--- a/ftp/fpc-libcurl/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-CATEGORIES= ftp lang
-PKGNAMESUFFIX= -libcurl
-
-COMMENT= Free Pascal interface to libcurl
-
-USES= fpc
-
-MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR= ${WRKUNITDIR}
-
-OPTIONS_DEFINE= LIBCURL
-LIBCURL_DESC= Install curl tools and library
-OPTIONS_DEFAULT= LIBCURL
-
-LIBCURL_LIB_DEPENDS= libcurl.so:ftp/curl
-
-.include "${MASTERDIR}/Makefile"