openbsd-ports/audio/libcdio/Makefile
jasper ad7e20a098 import libcdio 0.80
The libcdio package contains a library which encapsulates CD-ROM reading
and control. Applications wishing to be oblivious of the OS- and
device-dependant properties of a CD-ROM can use this library.

with and ok ajacoutot@
2008-03-20 18:24:42 +00:00

65 lines
1.5 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/03/20 18:24:42 jasper Exp $
COMMENT= compact disk input and control library
DISTNAME= libcdio-0.80
CATEGORIES= audio devel
HOMEPAGE= http://www.gnu.org/software/libcdio/
SHARED_LIBS += cdio 0.0 # .8.1
SHARED_LIBS += iso9660 0.0 # .6.0
SHARED_LIBS += udf 0.0 # .0.0
SHARED_LIBS += cdio_cdda 0.0 # .0.3
SHARED_LIBS += cdio_paranoia 0.0 # .0.2
SHARED_LIBS += iso9660++ 0.0 # .0.0
SHARED_LIBS += cdio++ 0.0 # .0.0
SHARED_LIBS += iso9660 0.0 # .6.0
SHARED_LIBS += udf 0.0 # .0.0
SHARED_LIBS += cdio_cdda 0.0 # .0.3
SHARED_LIBS += cdio_paranoia 0.0 # .0.2
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m ncurses
MASTER_SITES= ${MASTER_SITE_GNU:=libcdio/}
MODULES= converters/libiconv
LIB_DEPENDS= cddb::audio/libcddb
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-cxx \
--enable-joliet \
--enable-rock \
--enable-cddb \
--disable-vcd-info \
--with-libiconv-prefix="${LOCALBASE}" \
--with-cd-drive \
--with-cd-info \
--with-cd-paranoia \
--with-cdda-player \
--with-cd-read \
--with-iso-info \
--with-iso-read
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -liconv"
# Shamelessly copied NetBSD's hack
post-extract:
cp ${FILESDIR}/openbsd.c ${WRKSRC}/lib/driver/FreeBSD/freebsd.c
post-install:
${INSTALL_DATA} ${WRKSRC}/libcdio_paranoia.pc ${PREFIX}/lib/pkgconfig
.include <bsd.port.mk>