diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-03 08:30:56 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-03 08:30:56 +0000 |
commit | 9b079b4d1528c86452ffdcfa65470111d77c5684 (patch) | |
tree | 8572b457f1dbc9731fd60ec66e14bd85f5136ac4 /multimedia/emovix/files | |
parent | Add gnomenetwork, a suite of tools that allow for remote desktop connections, (diff) |
New Port: multimedia/eMovix, a mini linux distro to create bootable video CDs
A micro Linux distro meant to be embedded in a CD together
with all video/audio files you want, so that the CD will
be able to boot and automagically play all of its own files.
eMoviX CDs be written with K3b.
WWW: http://movix.sourceforge.net/
PR: ports/58767
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
Diffstat (limited to 'multimedia/emovix/files')
-rw-r--r-- | multimedia/emovix/files/patch-Makefile.am | 11 | ||||
-rw-r--r-- | multimedia/emovix/files/patch-Makefile.in | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/multimedia/emovix/files/patch-Makefile.am b/multimedia/emovix/files/patch-Makefile.am new file mode 100644 index 000000000000..6fb9159fe15b --- /dev/null +++ b/multimedia/emovix/files/patch-Makefile.am @@ -0,0 +1,11 @@ +--- Makefile.am.orig Sat Sep 13 01:14:52 2003 ++++ Makefile.am Mon Oct 20 22:35:00 2003 +@@ -24,7 +24,7 @@ + for i in `find $(distdir) -name .cvsignore` ; do rm -rf $$i; done; + + install-data-local: +- cp -a {boot-messages,mplayer-fonts,keyboard-i18n} $(emovix_share_dir) ++ for i in boot-messages mplayer-fonts keyboard-i18n; do cp -r $$i $(emovix_share_dir); done; + for language in boot-messages/[a-z]* ; do perl -pw -i -e "s/MoviX +v[\.\w]+/MoviX v$(MOVIX_VERSION)/" $(emovix_share_dir)/$$language/mxhelp.txt ; done; + + uninstall-local: diff --git a/multimedia/emovix/files/patch-Makefile.in b/multimedia/emovix/files/patch-Makefile.in new file mode 100644 index 000000000000..8d5c525b8c1c --- /dev/null +++ b/multimedia/emovix/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Sep 13 01:15:31 2003 ++++ Makefile.in Mon Oct 20 22:34:04 2003 +@@ -516,7 +516,7 @@ + for i in `find $(distdir) -name .cvsignore` ; do rm -rf $$i; done; + + install-data-local: +- cp -a {boot-messages,mplayer-fonts,keyboard-i18n} $(emovix_share_dir) ++ for i in boot-messages mplayer-fonts keyboard-i18n; do cp -r $$i $(emovix_share_dir); done; + for language in boot-messages/[a-z]* ; do perl -pw -i -e "s/MoviX +v[\.\w]+/MoviX v$(MOVIX_VERSION)/" $(emovix_share_dir)/$$language/mxhelp.txt ; done; + + uninstall-local: |