3011c21549
Bump PORTREVISION on dependent ports due to shared library version bump
36 lines
788 B
Makefile
36 lines
788 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libmysofa
|
|
PORTVERSION= 1.1
|
|
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>
|