aboutsummaryrefslogtreecommitdiff
path: root/multimedia/emovix/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-01-03 08:30:56 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-01-03 08:30:56 +0000
commit9b079b4d1528c86452ffdcfa65470111d77c5684 (patch)
tree8572b457f1dbc9731fd60ec66e14bd85f5136ac4 /multimedia/emovix/files
parentb3fb0c72c03546e312c443de99d9246c106afc93 (diff)
downloadports-9b079b4d1528c86452ffdcfa65470111d77c5684.tar.gz
ports-9b079b4d1528c86452ffdcfa65470111d77c5684.zip
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>
Notes
Notes: svn path=/head/; revision=97198
Diffstat (limited to 'multimedia/emovix/files')
-rw-r--r--multimedia/emovix/files/patch-Makefile.am11
-rw-r--r--multimedia/emovix/files/patch-Makefile.in11
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: