pkgsrc/multimedia/libdvdnav/Makefile
jmmv 87d429811b Initial import of libdvdnav, version 0.8.0:
libdvdnav is a library that allows easy use of sophisticated DVD navigation
features such as DVD menus, multiangle playback and even interactive DVD
games.  All this functionality is provided through a simple API which
provides the DVD playback as a single logical stream of blocks, intermitted
by special dvdnav events to report certain conditions.  The main usage of
libdvdnav is a loop regularly calling a function to get the next block,
surrounded by additional calls to tell the library of user interaction.
The whole DVD virtual machine and internal playback states are completely
encapsulated.
2004-04-06 13:44:52 +00:00

17 lines
399 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/04/06 13:44:52 jmmv Exp $
#
DISTNAME= libdvdnav-0.1.9
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvd/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://dvd.sourceforge.net/
COMMENT= Library to navigate DVDs
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_LIBTOOL= YES
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"