mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
adb5257b4c
plist creation to FC4; o upgrade audio ports which use automatic plist creation to use FC4 packages or bump PORTREVISION for those which already use FC4 packages. [1] Approved by: julefort (maintainer, implicit) [1] netchild (mentor)
24 lines
482 B
Makefile
24 lines
482 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.10-3
|
|
CATEGORIES= audio linux
|
|
DISTNAME= ${PORTNAME}-${DISTVERSION}.FC4
|
|
|
|
MAINTAINER= jylefort@FreeBSD.org
|
|
COMMENT= The Advanced Linux Sound Architecture libraries
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
INSTALLS_SHLIB= yes
|
|
AUTOMATIC_PLIST=yes
|
|
BRANDELF_DIRS= usr/bin
|
|
|
|
.include <bsd.port.mk>
|