pkgsrc/multimedia/libdvdread/Makefile
jmcneill b24c974ebb Update to libdvdread 4.1.3. This is a fun one, as dvdread/dvdnav is now
maintained by the mplayer project and according to the changelog, this
dvdread package was split out from dvdnav in 4.1.3. Check the ChangeLog
in the distfile for the full drama.

libdvdread (4.1.3)
  * an embarassing amount of fixes regarding potential memory and resource
      leaks (patches contributed by Erik Hovland)
  * added dvdread-config (dvdnav-config's younger brother)
  * added pkgconfig support
  * split dvdread to a separate tree
2009-01-14 22:28:05 +00:00

24 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.19 2009/01/14 22:28:05 jmcneill Exp $
DISTNAME= libdvdread-4.1.3
CATEGORIES= multimedia
MASTER_SITES= http://www.mplayerhq.hu/MPlayer/releases/dvdnav/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mplayerhq.hu/
COMMENT= DVD access library
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= gmake autoconf automake aclocal autoreconf
USE_LIBTOOL= yes
MESSAGE_SUBST+= PKGBASE=${PKGBASE:Q}
pre-configure:
cd ${WRKSRC} && autoreconf -vi
.include "../../mk/bsd.pkg.mk"