012c393b96
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.
20 lines
490 B
Makefile
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"
|