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