23 lines
501 B
Makefile
23 lines
501 B
Makefile
# New ports collection makefile for: linux-alsa-lib
|
|
# Date created: 25 Nov 2005
|
|
# Whom: jylefort@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= alsa-lib
|
|
DISTVERSION= 1.0.6-8
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio linux
|
|
MASTER_SITE_SUBDIR= updates/3/${LINUX_ARCH}/
|
|
DISTNAME= ${PORTNAME}-${DISTVERSION}.FC3
|
|
|
|
MAINTAINER= jylefort@FreeBSD.org
|
|
COMMENT= The Advanced Linux Sound Architecture libraries
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
INSTALLS_SHLIB= yes
|
|
AUTOMATIC_PLIST=yes
|
|
|
|
.include <bsd.port.mk>
|