ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/audio/linux-c6-alsa-lib/Makefile
Revision: 25058
Committed: Sat Feb 16 02:48:10 2019 UTC (5 years, 2 months ago) by laffer1
Content type: text/plain
File size: 621 byte(s)
Log Message:
fix build

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= alsa-lib
4 PORTVERSION= 1.1.0
5 CATEGORIES= audio linux
6
7 MAINTAINER= ports@MidnightBSD.org
8 COMMENT= Advanced Linux Sound Architecture libraries (Linux CentOS ${LINUX_DIST_VER})
9
10 LICENSE= gpl3
11
12 RUN_DEPENDS= alsa-lib>0:audio/alsa-lib
13
14 DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
15 RPMVERSION= 4.el6
16 USES= linux:c6
17 USE_LDCONFIG= yes
18 USE_LINUX_RPM= yes
19
20 OPTIONS_DEFINE= DOCS
21
22 post-patch:
23 -${RM} -r ${WRKSRC}/etc/* ${WRKSRC}/usr/lib/alsa-lib/smixer/*.la \
24 ${WRKSRC}/usr/lib64/alsa-lib/smixer/*.la
25
26 post-install:
27 ${LN} -sf ${LOCALBASE}/etc/asound.conf ${STAGEDIR}${PREFIX}/etc
28
29 .include <bsd.port.mk>

Properties

Name Value
svn:eol-style native
svn:keywords MidnightBSD=%H
svn:mime-type text/plain