pkgsrc/misc/libcdio/Makefile
drochner fd3dbf84c9 in te NetBSD backend, fill in some metadata which are needed at least
for per-track CD-TEXT support
(CD-TEXT does work basically, but it is unclear which encoding it
is supposed to be, and who should sanitize the text, eg delete
trailing garbage)
2011-03-13 11:36:19 +00:00

35 lines
1,023 B
Makefile

# $NetBSD: Makefile,v 1.40 2011/03/13 11:36:19 drochner Exp $
DISTNAME= libcdio-0.82
PKGREVISION= 1
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"