blob: 204a2f1eceee96bff03004baa3763e11cb4e4f3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= miniaudio
PORTVERSION= 0.10.31
CATEGORIES= audio devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= C single header audio playback and capture library
LICENSE= PD MIT
LICENSE_COMB= dual
USE_GITHUB= yes
GH_ACCOUNT= mackron
GH_TAGNAME= 53512c3
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= include/miniaudio.h
do-install:
${INSTALL_DATA} ${WRKSRC}/miniaudio.h ${STAGEDIR}${PREFIX}/include
.include <bsd.port.mk>
|