594bfaf39f
there as well. PR: 216690
29 lines
677 B
Makefile
29 lines
677 B
Makefile
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= alsa-lib
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Advanced Linux Sound Architecture libraries (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= alsa-lib>0:audio/alsa-lib
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
RPMVERSION= 4.el6
|
|
USES= linux:c6
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
post-patch:
|
|
@${RM} -r ${WRKSRC}/etc/* ${WRKSRC}/usr/lib/alsa-lib/smixer/*.la \
|
|
${WRKSRC}/usr/lib64/alsa-lib/smixer/*.la
|
|
|
|
post-install:
|
|
${LN} -sf ${LOCALBASE}/etc/asound.conf ${STAGEDIR}${PREFIX}/etc
|
|
|
|
.include <bsd.port.mk>
|