summaryrefslogtreecommitdiff
path: root/archivers/unzip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/unzip/Makefile')
-rw-r--r--archivers/unzip/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
new file mode 100644
index 000000000000..6a3a3ee7cd96
--- /dev/null
+++ b/archivers/unzip/Makefile
@@ -0,0 +1,11 @@
+DISTFILES= unzip512.tar.Z
+DISTNAME= unzip-5.12
+MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/
+
+MAKEFILE= Xmakefile
+
+pre-install:
+ @mkdir -p ${PREFIX}/bin
+ @mkdir -p ${PREFIX}/man/man1
+
+.include <bsd.port.mk>