summaryrefslogtreecommitdiff
path: root/math/fpc-numlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/fpc-numlib/Makefile')
-rw-r--r--math/fpc-numlib/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/math/fpc-numlib/Makefile b/math/fpc-numlib/Makefile
deleted file mode 100644
index 6dd869fa73ad..000000000000
--- a/math/fpc-numlib/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-CATEGORIES= math lang
-PKGNAMESUFFIX= -numlib
-
-COMMENT= Free Pascal unit to numerical methods
-
-USES= fpc
-
-MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR= ${WRKUNITDIR}
-
-.include "${MASTERDIR}/Makefile"