aboutsummaryrefslogtreecommitdiff
path: root/archivers/fpc-bzip2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/fpc-bzip2/Makefile')
-rw-r--r--archivers/fpc-bzip2/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/archivers/fpc-bzip2/Makefile b/archivers/fpc-bzip2/Makefile
deleted file mode 100644
index 65a878bd4cbb..000000000000
--- a/archivers/fpc-bzip2/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-CATEGORIES= archivers lang
-PKGNAMESUFFIX= -bzip2
-
-COMMENT= Free Pascal bzip2 unit
-
-USES= fpc
-USE_FPC= rtl-extra
-
-MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR= ${WRKUNITDIR}
-
-.include "${MASTERDIR}/Makefile"