diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-16 19:54:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-16 19:54:39 +0800 |
commit | d29eb633afb87c2215fee4436e12412095f06894 (patch) | |
tree | 4eeee318ec86a302a267f441e37aa3bd6e958bea /sysutils/Makefile | |
parent | fadce94aab40b167e7fd2e1a34f8b8398947f8b4 (diff) | |
download | freebsd-ports-gnome-d29eb633afb87c2215fee4436e12412095f06894.tar.gz freebsd-ports-gnome-d29eb633afb87c2215fee4436e12412095f06894.tar.zst freebsd-ports-gnome-d29eb633afb87c2215fee4436e12412095f06894.zip |
Tool for converting the UIF files (Universal Image Format, used by
MagicISO) to ISO9660.
WWW: http://aluigi.altervista.org/mytoolz.htm
PR: ports/120030
Submitted by: Martin Tournoij <carpetsmoker at xs4all.nl>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index cc08c0c50dc3..202109ae0949 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -682,6 +682,7 @@ SUBDIR += udesc_dump SUBDIR += udfclient SUBDIR += ufs_copy + SUBDIR += uif2iso SUBDIR += unieject SUBDIR += uniutils SUBDIR += unquote |