ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/audio/linux-c7-alsa-lib/Makefile
Revision: 25035
Committed: Fri Feb 15 23:13:54 2019 UTC (5 years, 2 months ago) by laffer1
Content type: text/plain
File size: 595 byte(s)
Log Message:
add alsa

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= alsa-lib
4 PORTVERSION= 1.1.3
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 CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
15
16 RPMVERSION= 3.el7
17 USES= linux:c7
18 USE_LDCONFIG= yes
19 USE_LINUX_RPM= yes
20
21 OPTIONS_DEFINE= DOCS
22
23 post-patch:
24 @${RM} -r ${WRKSRC}/etc/* ${WRKSRC}/lib/modprobe.d \
25 ${WRKSRC}/usr/share/doc/alsa-lib
26
27 post-install:
28 ${LN} -sf ${LOCALBASE}/etc/asound.conf ${STAGEDIR}${PREFIX}/etc
29
30 .include <bsd.port.mk>

Properties

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