mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Fix installation of some includes
This commit is contained in:
parent
db3a484558
commit
3df4cb97cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517383
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= clunk
|
||||
PORTVERSION= 1.3.261
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/clunk
|
||||
|
||||
@ -20,4 +21,11 @@ OPTIONS_DEFINE= SSE
|
||||
OPTIONS_DEFAULT_amd64=SSE
|
||||
SSE_CMAKE_ON= -DWITH_SSE:BOOL=TRUE
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/clunk/types.h ${STAGEDIR}${PREFIX}/include/clunk
|
||||
${INSTALL_DATA} ${WRKSRC}/clunk/audio_spec.h ${STAGEDIR}${PREFIX}/include/clunk
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/include/clunk/backend/sdl
|
||||
${INSTALL_DATA} ${WRKSRC}/clunk/backend/sdl/locker.h ${STAGEDIR}${PREFIX}/include/clunk/backend/sdl
|
||||
${MV} ${STAGEDIR}${PREFIX}/include/clunk/backend.h ${STAGEDIR}${PREFIX}/include/clunk/backend/sdl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,6 @@
|
||||
include/clunk/backend.h
|
||||
include/clunk/audio_spec.h
|
||||
include/clunk/backend/sdl/backend.h
|
||||
include/clunk/backend/sdl/locker.h
|
||||
include/clunk/buffer.h
|
||||
include/clunk/clunk.h
|
||||
include/clunk/clunk_assert.h
|
||||
@ -18,6 +20,7 @@ include/clunk/sample.h
|
||||
include/clunk/source.h
|
||||
include/clunk/sse_fft_context.h
|
||||
include/clunk/stream.h
|
||||
include/clunk/types.h
|
||||
include/clunk/v3.h
|
||||
include/clunk/window_function.h
|
||||
lib/libclunk.so
|
||||
|
Loading…
Reference in New Issue
Block a user