blob: 30fb9d4c7fb90bd924e925bfa624cd846e5a6c91 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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_RPM_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>
|