Define ONLY_FOR_PLATFORM for Linux. ChangeLog in the tarball has not been updated for years. Also up the BUILDLINK_DEPENDS because of library naming.
25 lines
736 B
Makefile
25 lines
736 B
Makefile
# $NetBSD: Makefile,v 1.5 2004/10/10 04:59:44 jeremy-c-reed Exp $
|
|
#
|
|
|
|
DISTNAME= alsa-lib-1.0.6
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.alsa-project.org/alsa/ftp/lib/ \
|
|
ftp://ftp.alsa-project.org/pub/lib/ \
|
|
ftp://ftp.silug.org/pub/alsa/lib/ \
|
|
ftp://gd.tuwien.ac.at/opsys/linux/alsa/lib/ \
|
|
ftp://linux.sarang.net/mirror/driver/sound/alsa/lib/ \
|
|
http://gd.tuwien.ac.at/opsys/linux/alsa/lib/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://www.alsa-project.org/
|
|
COMMENT= Libraries for the Advanced Linux Sound Architecture (ALSA)
|
|
|
|
ONLY_FOR_PLATFORM= Linux-*-*
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE+= utils/alsa.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|