diff options
author | pav <pav@FreeBSD.org> | 2003-12-21 09:09:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-21 09:09:41 +0800 |
commit | 08519f2ebc1e88dcc41ec981630172104eab1e1c (patch) | |
tree | b7fdb45e5022d33962dd8ab562ca45221ea0d605 /sysutils/Makefile | |
parent | 5b74bab039de3b4500d3110a60aa73efe3ea0a39 (diff) | |
download | freebsd-ports-gnome-08519f2ebc1e88dcc41ec981630172104eab1e1c.tar.gz freebsd-ports-gnome-08519f2ebc1e88dcc41ec981630172104eab1e1c.tar.zst freebsd-ports-gnome-08519f2ebc1e88dcc41ec981630172104eab1e1c.zip |
Add eroaster, nice GNOME2 frontent to mkisofs/cdrecord, written using
python bindings. It can write data files, audio CDs from wave/mp3/ogg files,
burn ISO and bin/cue images, create ISO images from a CD and copy CDs
on the fly (when you have two drives), and blank -RWs.
PR: ports/60422
Submitted by: dave <dave@gufi.org>
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 013dd0fa2f32..c3fb436bf6b6 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -91,6 +91,7 @@ SUBDIR += e2fsprogs SUBDIR += eject SUBDIR += enteruser + SUBDIR += eroaster SUBDIR += etcmerge SUBDIR += extipl SUBDIR += fastest_cvsup |