summaryrefslogtreecommitdiff
path: root/devel/fpc-pthreads/Makefile
diff options
context:
space:
mode:
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"