summaryrefslogtreecommitdiff
path: root/archivers/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-10-27 02:18:56 +0000
committerhubertf <hubertf@pkgsrc.org>1997-10-27 02:18:56 +0000
commit8b564b5192b294067cb0130be5d93572a73a8d50 (patch)
treeaa7fd087d6bcf69328ebc37067c429ed69a80a4c /archivers/Makefile
parent78879a265da1d7043bcd319b2f1b34fb6177b5de (diff)
downloadpkgsrc-8b564b5192b294067cb0130be5d93572a73a8d50.tar.gz
File archivers, ports from FreeBSD
Diffstat (limited to 'archivers/Makefile')
-rw-r--r--archivers/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
new file mode 100644
index 00000000000..afbc86eba23
--- /dev/null
+++ b/archivers/Makefile
@@ -0,0 +1,22 @@
+# $Id: Makefile,v 1.1.1.1 1997/10/27 02:18:56 hubertf Exp $
+#
+
+ SUBDIR += arc
+ SUBDIR += bzip
+ SUBDIR += freeze
+ SUBDIR += gshar+gunshar
+ SUBDIR += ha
+ SUBDIR += hpack.non-usa.only
+ SUBDIR += lha
+ SUBDIR += nulib
+ SUBDIR += p5-Compress-Zlib
+ SUBDIR += rar
+ SUBDIR += unarj
+ SUBDIR += unrar
+ SUBDIR += unzip
+ SUBDIR += unzip.with_encryption
+ SUBDIR += zip
+ SUBDIR += zip.with_encryption
+ SUBDIR += zoo
+
+.include <bsd.port.subdir.mk>