blob: 6a817fbeda51562b0072ad9f512e8afe28c9fb4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
PORTNAME= libmysofa
PORTVERSION= 1.2
DISTVERSIONPREFIX= v
CATEGORIES= audio
MAINTAINER= jhale@FreeBSD.org
COMMENT= SOFA (Spatially Oriented Format for Acoustics) file reader
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= node:www/node
USES= cmake
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= hoene
OPTIONS_DEFINE= TEST
OPTIONS_SUB= yes
TEST_BUILD_DEPENDS= cunit>0:devel/cunit
TEST_CMAKE_BOOL= BUILD_TESTS
TEST_TEST_TARGET= test
# The tests are expected to be in ../tests relative to the build
# directory and the build results are expected to be in build/ relative
# to ${WRKSRC}. USES=cmake does not allow overwriting ${WRKDIR}/.build
# as the build directory.
post-patch:
@${RLN} ${WRKSRC}/build ${CONFIGURE_WRKSRC}
.include <bsd.port.mk>
|