3b9f109984
its current state. Remove unused target, style nits. If anyone is interested: FreeBSD patches: http://www.freebsd.org/cgi/cvsweb.cgi/ports/audio/cdparanoia/files/ OpenBSD patches: http://www.openbsd.org/cgi-bin/cvsweb/ports/audio/cdparanoia/patches/
24 lines
562 B
Makefile
24 lines
562 B
Makefile
# $NetBSD: Makefile,v 1.8 2003/06/23 15:34:21 salo Exp $
|
|
#
|
|
|
|
DISTNAME= cdparanoia-III-alpha9.8
|
|
PKGNAME= cdparanoia-3.0.9.8
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.xiph.org/paranoia/download/
|
|
EXTRACT_SUFX= .src.tgz
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
HOMEPAGE= http://www.xiph.org/paranoia/
|
|
COMMENT= CDDA reading utility with extra data verification features
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-*-* Linux-*-*
|
|
|
|
USE_GMAKE= YES
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/cdparanoia
|
|
|
|
MAKE_ENV+= GCC=yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|