summaryrefslogtreecommitdiff
path: root/multimedia/emovix/Makefile
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/Makefile
parentAdd 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>
Notes
Notes: svn path=/head/; revision=97198
Diffstat (limited to 'multimedia/emovix/Makefile')
-rw-r--r--multimedia/emovix/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/emovix/Makefile b/multimedia/emovix/Makefile
new file mode 100644
index 000000000000..b788f0e9e1e1
--- /dev/null
+++ b/multimedia/emovix/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: k3b
+# Date created: 2003/10/31
+# Whom: Heiner <h.eichmann@gmx.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= emovix
+PORTVERSION= 0.8.0
+CATEGORIES= multimedia
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= movix
+
+MAINTAINER= h.eichmann@gmx.de
+COMMENT= A mini linux distro to create bootable video CDs
+
+BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk \
+ cdrecord:${PORTSDIR}/sysutils/cdrtools
+
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GMAKE= yes
+
+.include <bsd.port.mk>