0a079f13b4
* Add DVDOpenStream to open a dvd from a set of callbacks
20 lines
512 B
Makefile
20 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.28 2015/01/31 21:25:47 adam Exp $
|
|
|
|
DISTNAME= libdvdread-5.0.2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://download.videolan.org/pub/videolan/libdvdread/${PKGVERSION_NOREV}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://dvdnav.mplayerhq.hu/
|
|
COMMENT= DVD access library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE= misc/dvdread.pc.in
|
|
|
|
MESSAGE_SUBST+= PKGBASE=${PKGBASE}
|
|
|
|
.include "options.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|