pkgsrc/misc/libcdio/Makefile
wiz cd12c8f4ec Update to 0.82:
version 0.82
2009-10-27

- Remove all uses of CDIO_MIN_DRIVER,
  CDIO_MAX_DRIVER, CDIO_MIN_DEVICE_DRIVER or CDIO_MAX_DEVICE_DRIVER.
- FreeBSD get_media_changed fixes
- MingGW/Msys compilation issues
- Add OS/2 driver
- Cross compilations fixes and uclinix is like GNU/Linux
- Numerous other bug fixes
2009-10-31 02:49:09 +00:00

34 lines
1,003 B
Makefile

# $NetBSD: Makefile,v 1.39 2009/10/31 02:49:09 wiz Exp $
DISTNAME= libcdio-0.82
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU:=libcdio/}
MAINTAINER= drochner@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/libcdio/
COMMENT= CD-ROM access library
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake perl:run pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= libcdio.pc.in
PKGCONFIG_OVERRIDE+= libcdio++.pc.in
PKGCONFIG_OVERRIDE+= libcdio_cdda.pc.in
PKGCONFIG_OVERRIDE+= libcdio_paranoia.pc.in
PKGCONFIG_OVERRIDE+= libiso9660.pc.in
PKGCONFIG_OVERRIDE+= libiso9660++.pc.in
PKGCONFIG_OVERRIDE+= libudf.pc.in
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-versioned-libs
CONFIGURE_ARGS+= --enable-cpp-progs
INFO_FILES= # PLIST
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../audio/libcddb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"