freebsd-ports/multimedia/emovix/Makefile
Mark Linimon 22a5c9dcee Unbreak on 5.x by adding USE_PERL5. Clean up dependencies.
PR:		ports/62179
Submitted by:	Heiner Eichmann <h.eichmann at gmx.de> (maintainer)
2004-02-23 01:05:05 +00:00

24 lines
572 B
Makefile

# New ports collection makefile for: emovix
# Date created: 2003/10/31
# Whom: Heiner <h.eichmann@gmx.de>
#
# $FreeBSD$
#
PORTNAME= emovix
PORTVERSION= 0.8.0
PORTREVISION= 1
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
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
USE_PERL5= yes
USE_PERL5_BUILD=yes
.include <bsd.port.mk>