21 lines
456 B
Makefile
21 lines
456 B
Makefile
# New ports collection makefile for: emovix
|
|
# Date created: 2003/10/31
|
|
# Whom: Heiner <h.eichmann@gmx.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= emovix
|
|
PORTVERSION= 0.9.0
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= SF/movix/eMoviX/0.9
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Mini Linux distro to create bootable video CDs
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_PERL5= yes
|
|
USE_PERL5_BUILD=yes
|
|
|
|
.include <bsd.port.mk>
|