b6cb881a8f
some features added (libcdparanoia cloned, CD audio), some fixes not quite mature, but we have to update because the API changed (in the iso9660 area), and other pkgs (vcdimager, vlc) depend on it
36 lines
964 B
Makefile
36 lines
964 B
Makefile
# $NetBSD: Makefile,v 1.18 2005/05/02 17:11:17 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= libcdio-0.73
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=libcdio/}
|
|
|
|
MAINTAINER= drochner@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/libcdio/
|
|
COMMENT= CD-ROM access library
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE+= libcdio.pc.in
|
|
PKGCONFIG_OVERRIDE+= libcdio_cdda.pc.in
|
|
PKGCONFIG_OVERRIDE+= libcdio_paranoia.pc.in
|
|
PKGCONFIG_OVERRIDE+= libiso9660.pc.in
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --without-versioned-libs
|
|
|
|
INFO_FILES= libcdio.info
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
# XXX we just replace the freebsd module so save patches
|
|
pre-patch:
|
|
${CP} ${FILESDIR}/_cdio_netbsd.c ${WRKSRC}/lib/driver/FreeBSD/freebsd.c
|
|
.endif
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../audio/libcddb/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|