2004-02-23 02:05:05 +01:00
|
|
|
# New ports collection makefile for: emovix
|
2004-01-03 09:30:56 +01:00
|
|
|
# Date created: 2003/10/31
|
|
|
|
# Whom: Heiner <h.eichmann@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= emovix
|
|
|
|
PORTVERSION= 0.8.0
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2004-01-03 09:30:56 +01:00
|
|
|
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
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-01-03 09:30:56 +01:00
|
|
|
USE_GMAKE= yes
|
2004-02-23 02:05:05 +01:00
|
|
|
USE_PERL5= yes
|
2004-02-20 18:34:04 +01:00
|
|
|
USE_PERL5_BUILD=yes
|
2004-01-03 09:30:56 +01:00
|
|
|
|
2004-02-20 18:34:04 +01:00
|
|
|
.include <bsd.port.mk>
|