pkgsrc/audio/cdparanoia/Makefile
itohy 03fef19591 An attempt to port cdparanoia-III-alpha9.7.
CD-DA extraction tool with excessive data corrections,
such as jitter, loss of data, etc.

This will soon be obsoleted by cdparanoia IV, I hope....

Most SCSI/ATAPI CD-ROM drives should work fine.
However, the ATAPI stuff is totally untested, and
if it happened to work, it was a miracle. :-)

Currently,
  - the feature to search for CD-ROM device is not
    implemented and the -g option is required,
  - the libraries are not installed.
2000-01-19 08:03:00 +00:00

19 lines
488 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2000/01/19 08:03:00 itohy Exp $
DISTNAME= cdparanoia-III-alpha9.7
PKGNAME= cdparanoia-3.a9.7
CATEGORIES= audio
MASTER_SITES= http://www.xiph.org/paranoia/download/
EXTRACT_SUFX= .src.tgz
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.xiph.org/paranoia/
GNU_CONFIGURE= YES
ALL_TARGET= static
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cdparanoia ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cdparanoia.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"