b14ce6342b
is missing SCSI and CDDA support, however this does enable a number of other packages to now build, many of which do not depend on working cdparanoia for their own functionality.
34 lines
870 B
Makefile
34 lines
870 B
Makefile
# $NetBSD: Makefile,v 1.33 2013/12/12 16:41:32 jperkin Exp $
|
|
#
|
|
|
|
DISTNAME= cdparanoia-III-10.2
|
|
PKGNAME= cdparanoia-3.0.10.2
|
|
PKGREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://downloads.xiph.org/releases/cdparanoia/
|
|
EXTRACT_SUFX= .src.tgz
|
|
|
|
MAINTAINER= kim@tac.nyc.ny.us
|
|
HOMEPAGE= http://www.xiph.org/paranoia/
|
|
COMMENT= CDDA reading utility with extra data verification features
|
|
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
|
|
|
|
ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* Linux-*-* DragonFly-*-* Darwin-*-* SunOS-*-*
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/cdparanoia
|
|
|
|
MAKE_ENV+= GCC=yes
|
|
CFLAGS+= -Dprivate_data=private
|
|
|
|
CFLAGS.SunOS+= -Du_int16_t=uint16_t -Du_int32_t=uint32_t -DCDDA_TEST
|
|
|
|
LDFLAGS.FreeBSD+= -lcam
|
|
LDFLAGS.DragonFly+= -lcam
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|