blob: b664db6008498723064e65b04571a3c9662aaaee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= stb
PORTVERSION= g20200205
CATEGORIES= devel
MAINTAINER= yuri@rawbw.com
COMMENT= Stb single-file public domain libraries for C/C++
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= nothings
GH_TAGNAME= f54acd4
NO_BUILD= yes
NO_ARCH= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}
cd ${WRKSRC} && ${INSTALL_DATA} *.c *.h ${STAGEDIR}${PREFIX}/include/${PORTNAME}
.include <bsd.port.mk>
|