pkgsrc/misc/libdvdread/Makefile
wiz 13f213018e Update to 0.9.4. Changes:
Environment variable DVDREAD_NOKEYS can be used to turn off reading all key.
  Only export the functions in the public interface.
  New functions DVDDiscID, DVDUDFVolumeInfo and DVDISOVolumeInfo.
  Can optionally link with libdvdcss instead of trying to dlopen it.
  Several data structures now have more fields that where unknown earlier.
  Compilable with Sun's Forte compiler.
  Remove all asserts, now just print an error message and continues.
  Use swap functions in FreeBSD 5.
  Add types, read and print functions for VTS_TMAPT (Time map table).
  Add Multichannel Extension, correct PLT_MAIT (Parental Management) info.
  More Doxygen markup and comments.
  Fix a seg fault and key issue for access to DVDs as a collection of files.
  Build fixes.
2003-02-26 10:12:34 +00:00

16 lines
399 B
Makefile

# $NetBSD: Makefile,v 1.6 2003/02/26 10:12:34 wiz Exp $
DISTNAME= libdvdread-0.9.4
CATEGORIES= misc
MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/
COMMENT= DVD access library, primarily used in Ogle
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_BUILDLINK2= yes
.include "../../mk/bsd.pkg.mk"