summaryrefslogtreecommitdiff
path: root/devel/fpc-pthreads/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 /devel/fpc-pthreads/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 'devel/fpc-pthreads/Makefile')
-rw-r--r--devel/fpc-pthreads/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/fpc-pthreads/Makefile b/devel/fpc-pthreads/Makefile
deleted file mode 100644
index 7ee7a71949ed..000000000000
--- a/devel/fpc-pthreads/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-CATEGORIES= devel lang
-PKGNAMESUFFIX= -pthreads
-
-COMMENT= Free Pascal wrapper for the pthreads library
-
-USES= fpc
-
-MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR= ${WRKUNITDIR}
-
-.include "${MASTERDIR}/Makefile"