diff options
author | will <will@FreeBSD.org> | 2000-06-03 12:52:13 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-03 12:52:13 +0800 |
commit | cbb95d6792f32e6d0c111a1a3421c00fd5b341c3 (patch) | |
tree | d5d626488c918acc95e69b9a128b9be9ae669e95 /archivers/Makefile | |
parent | 1ec9e3d9817795ce6dadf82a60b481513b79ef3a (diff) | |
download | freebsd-ports-gnome-cbb95d6792f32e6d0c111a1a3421c00fd5b341c3.tar.gz freebsd-ports-gnome-cbb95d6792f32e6d0c111a1a3421c00fd5b341c3.tar.zst freebsd-ports-gnome-cbb95d6792f32e6d0c111a1a3421c00fd5b341c3.zip |
Add ppunpack, a utility to decompress Amiga PowerPacker files.
Obtained from: NetBSD
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 6018101eacd7..ce829b6a5853 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -21,6 +21,7 @@ SUBDIR += nulib SUBDIR += p5-Compress-Zlib SUBDIR += pkzip + SUBDIR += ppunpack SUBDIR += rar SUBDIR += unace SUBDIR += unarj |