diff options
Diffstat (limited to 'multimedia/emovix/Makefile')
-rw-r--r-- | multimedia/emovix/Makefile | 24 |
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> |