freebsd-ports/audio/linux-f10-alsa-lib/Makefile
Emanuel Haupt 1f1c285bba Add a more reliable mirrors for fc4 and f10 linux emulation ports.
Triggered by:	distilator
Reviewed by:	netchild (emulation)
2011-03-03 09:26:45 +00:00

28 lines
680 B
Makefile

# New ports collection makefile for: audio/linux-f10-alsa-lib
# Date created: 2009-05-03
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= alsa-lib
PORTVERSION= 1.0.21
PORTREVISION= 1
CATEGORIES= audio linux
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
PKGNAMEPREFIX= linux-f10-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= The Advanced Linux Sound Architecture libraries (Linux Fedora 10)
CONFLICTS= linux-alsa-lib-[0-9]* linux-f8-alsa-lib-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
LINUX_DIST_VER= 10
RPMVERSION= 2.fc10
BRANDELF_FILES= usr/bin/aserver
USE_LDCONFIG= yes
.include <bsd.port.mk>