head	1.6;
access;
symbols
	pkgsrc-2013Q2:1.6.0.42
	pkgsrc-2013Q2-base:1.6
	pkgsrc-2012Q4:1.6.0.40
	pkgsrc-2012Q4-base:1.6
	pkgsrc-2011Q4:1.6.0.38
	pkgsrc-2011Q4-base:1.6
	pkgsrc-2011Q2:1.6.0.36
	pkgsrc-2011Q2-base:1.6
	pkgsrc-2009Q4:1.6.0.34
	pkgsrc-2009Q4-base:1.6
	pkgsrc-2008Q4:1.6.0.32
	pkgsrc-2008Q4-base:1.6
	pkgsrc-2008Q3:1.6.0.30
	pkgsrc-2008Q3-base:1.6
	cube-native-xorg:1.6.0.28
	cube-native-xorg-base:1.6
	pkgsrc-2008Q2:1.6.0.26
	pkgsrc-2008Q2-base:1.6
	pkgsrc-2008Q1:1.6.0.24
	pkgsrc-2008Q1-base:1.6
	pkgsrc-2007Q4:1.6.0.22
	pkgsrc-2007Q4-base:1.6
	pkgsrc-2007Q3:1.6.0.20
	pkgsrc-2007Q3-base:1.6
	pkgsrc-2007Q2:1.6.0.18
	pkgsrc-2007Q2-base:1.6
	pkgsrc-2007Q1:1.6.0.16
	pkgsrc-2007Q1-base:1.6
	pkgsrc-2006Q4:1.6.0.14
	pkgsrc-2006Q4-base:1.6
	pkgsrc-2006Q3:1.6.0.12
	pkgsrc-2006Q3-base:1.6
	pkgsrc-2006Q2:1.6.0.10
	pkgsrc-2006Q2-base:1.6
	pkgsrc-2006Q1:1.6.0.8
	pkgsrc-2006Q1-base:1.6
	pkgsrc-2005Q4:1.6.0.6
	pkgsrc-2005Q4-base:1.6
	pkgsrc-2005Q3:1.6.0.4
	pkgsrc-2005Q3-base:1.6
	pkgsrc-2005Q2:1.6.0.2
	pkgsrc-2005Q2-base:1.6
	pkgsrc-2005Q1:1.3.0.4
	pkgsrc-2005Q1-base:1.3
	pkgsrc-2004Q4:1.3.0.2
	pkgsrc-2004Q4-base:1.3
	pkgsrc-2004Q3:1.2.0.4
	pkgsrc-2004Q3-base:1.2
	pkgsrc-2004Q2:1.2.0.2
	pkgsrc-2004Q2-base:1.2
	pkgsrc-2004Q1:1.1.1.1.0.2
	pkgsrc-2004Q1-base:1.1.1.1
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2005.04.22.19.32.11;	author wiz;	state dead;
branches;
next	1.5;

1.5
date	2005.04.11.21.46.40;	author tv;	state Exp;
branches;
next	1.4;

1.4
date	2005.03.27.15.43.37;	author wiz;	state Exp;
branches;
next	1.3;

1.3
date	2004.10.03.00.13.01;	author tv;	state Exp;
branches;
next	1.2;

1.2
date	2004.04.18.06.08.38;	author snj;	state Exp;
branches;
next	1.1;

1.1
date	2004.01.26.15.11.45;	author jmmv;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2004.01.26.15.11.45;	author jmmv;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove avifile -- very outdated version that does not build with gcc3.
avifile's development itself seems very slow, and there was
no taker for updating the package. Use mplayer or xine.
@
text
@# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:40 tv Exp $

DISTNAME=	avifile-0.53.5
PKGREVISION=	4
CATEGORIES=	multimedia
MASTER_SITES=	http://ernie.eit.uni-kl.de/avifile/			\
		http://divx.euro.ru/					\
		http://www.toon.eu.org/divx/

MAINTAINER=	tech-pkg@@NetBSD.org
HOMEPAGE=	http://avifile.sourceforge.net/
COMMENT=	MPEG-4 (DivX) video player library

DEPENDS=	win32-codecs>=010122:../../multimedia/win32-codecs

ONLY_FOR_PLATFORM=	NetBSD-*-i386

USE_GNU_TOOLS+=		make
USE_LIBTOOL=		YES
LTCONFIG_OVERRIDE=	${WRKSRC}/ltconfig

GNU_CONFIGURE=		YES
CONFIGURE_ARGS+=	--with-win32-path="${LOCALBASE}/lib/win32"
CONFIGURE_ARGS+=	--disable-qt

.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.5
log
@Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2005/03/27 15:43:37 wiz Exp $
@


1.4
log
@PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk).
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2004/10/03 00:13:01 tv Exp $
a17 1
USE_BUILDLINK3=		YES
@


1.3
log
@Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2004/04/18 06:08:38 snj Exp $
d4 1
a4 1
PKGREVISION=	3
@


1.2
log
@Convert to buildlink3.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1.1.1 2004/01/26 15:11:45 jmmv Exp $
d4 1
a4 1
PKGREVISION=	2
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.21 2004/01/26 12:31:03 jmmv Exp $
d18 1
a18 1
USE_BUILDLINK2=		YES
d27 1
a27 1
.include "../../devel/SDL/buildlink2.mk"
@


1.1.1.1
log
@Move avifile to the multimedia category (coming from graphics).
This is version 0.53.5nb2.
@
text
@@
