pkgsrc/multimedia/libdvdread/Makefile
xtraeme 012c393b96 Patch dvdread/ifo_types.h to include inttypes.h and stdint.h before
checking for UINT{8,16,32}_MAX. It's better to take this way, otherwise
we'd have to patch all dependent packages requiring libdvdread.

Bump PKGREVISION.
2006-01-26 16:23:12 +00:00

20 lines
490 B
Makefile

# $NetBSD: Makefile,v 1.10 2006/01/26 16:23:12 xtraeme Exp $
DISTNAME= libdvdread-0.9.5
PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/
COMMENT= DVD access library, primarily used in Ogle
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes
MESSAGE_SUBST+= PKGBASE=${PKGBASE:Q}
.include "../../mk/bsd.pkg.mk"