diff options
author | salo <salo@pkgsrc.org> | 2003-06-23 15:34:21 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-06-23 15:34:21 +0000 |
commit | 3b9f1099840750a2ac1c86b8afe6eccaf3e33b47 (patch) | |
tree | e4db4590bfde8818c09967e36a77e9177eeb40bf /audio/cdparanoia | |
parent | 4d5c1767f67e3de480eacb7b5eff73101c73f764 (diff) | |
download | pkgsrc-3b9f1099840750a2ac1c86b8afe6eccaf3e33b47.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/cdparanoia')
-rw-r--r-- | audio/cdparanoia/Makefile | 15 |
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" |