diff options
author | se <se@FreeBSD.org> | 2004-04-09 20:47:57 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 2004-04-09 20:47:57 +0800 |
commit | 49ac29735c0f3b6c1ebe5436710ada8bac3c356e (patch) | |
tree | 87ffc96d239bba359861e86bd0e9894b76adb01d /archivers/Makefile | |
parent | 18a0cbdae06e75fc2592b40cf4b59fa8bd8a5d9c (diff) | |
download | freebsd-ports-gnome-49ac29735c0f3b6c1ebe5436710ada8bac3c356e.tar.gz freebsd-ports-gnome-49ac29735c0f3b6c1ebe5436710ada8bac3c356e.tar.zst freebsd-ports-gnome-49ac29735c0f3b6c1ebe5436710ada8bac3c356e.zip |
New port of unshield, a InstallShield cabinet file reader.
This prgogarm is particularly useful to extract .SYS and .INF files
from NDIS drivers packaged as InstallShield archives, which are required
as input to ndiscvt (i.e. for the NDISulator).
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 21fa66db9415..3c72ce984028 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -73,6 +73,7 @@ SUBDIR += undms SUBDIR += unlzx SUBDIR += unrar + SUBDIR += unshield SUBDIR += untar SUBDIR += unzip SUBDIR += upx |