summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorsalo <salo>2003-06-23 15:34:21 +0000
committersalo <salo>2003-06-23 15:34:21 +0000
commitff297fe2a68144d28c5d23918439a6ed0ba350d6 (patch)
treee4db4590bfde8818c09967e36a77e9177eeb40bf /audio
parent1b99f6c5c2f4e0b6d56bc4b8d7b340c0697fa6a6 (diff)
downloadpkgsrc-ff297fe2a68144d28c5d23918439a6ed0ba350d6.tar.gz
Restrict the package to NetBSD and Linux, as it doesn't compile elsewhere in
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/
Diffstat (limited to 'audio')
-rw-r--r--audio/cdparanoia/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/audio/cdparanoia/Makefile b/audio/cdparanoia/Makefile
index 529817d1926..0b00ee11b65 100644
--- a/audio/cdparanoia/Makefile
+++ b/audio/cdparanoia/Makefile
@@ -1,4 +1,5 @@
-# $NetBSD: Makefile,v 1.7 2003/06/02 01:21:40 jschauma Exp $
+# $NetBSD: Makefile,v 1.8 2003/06/23 15:34:21 salo Exp $
+#
DISTNAME= cdparanoia-III-alpha9.8
PKGNAME= cdparanoia-3.0.9.8
@@ -10,14 +11,14 @@ MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.xiph.org/paranoia/
COMMENT= CDDA reading utility with extra data verification features
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --includedir=${PREFIX}/include/cdparanoia
+ONLY_FOR_PLATFORM= NetBSD-*-* Linux-*-*
+
USE_GMAKE= YES
USE_LIBTOOL= YES
-MAKE_ENV+= GCC=yes
+GNU_CONFIGURE= YES
+
+CONFIGURE_ARGS+= --includedir=${PREFIX}/include/cdparanoia
-#do-install:
-# ${INSTALL_PROGRAM} ${WRKSRC}/cdparanoia ${PREFIX}/bin
-# ${INSTALL_MAN} ${WRKSRC}/cdparanoia.1 ${PREFIX}/man/man1
+MAKE_ENV+= GCC=yes
.include "../../mk/bsd.pkg.mk"