freebsd-ports/multimedia/emovix/Makefile
Edwin Groothuis 9b079b4d15 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>
2004-01-03 08:30:56 +00:00

24 lines
604 B
Makefile

# 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>