pkgsrc/multimedia/dirac/Makefile
joerg 53aaae99d5 Update to Dirac 1.0.2. This dramatically improves the performance of the
codec and updates to the latest (stable) Bytestream Specification.
2009-06-11 17:27:02 +00:00

21 lines
477 B
Makefile

# $NetBSD: Makefile,v 1.7 2009/06/11 17:27:02 joerg Exp $
#
DISTNAME= dirac-1.0.2
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dirac/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://dirac.sourceforge.net/
COMMENT= Open-source video codec designed at the BBC
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= dirac.pc.in
.include "../../mk/bsd.pkg.mk"