mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
28 lines
414 B
Makefile
28 lines
414 B
Makefile
COMMENT= SOFA (Spatially Oriented Format for Acoustics) file reader
|
|
|
|
VER= 1.3.3
|
|
CATEGORIES= audio
|
|
GH_ACCOUNT= hoene
|
|
GH_PROJECT= libmysofa
|
|
GH_TAGNAME= v${VER}
|
|
|
|
SHARED_LIBS= mysofa 0.1
|
|
|
|
MAINTAINER= Brad Smith <brad@comstyle.com>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= m z
|
|
|
|
COMPILER= base-clang ports-gcc
|
|
COMPILER_LANGS= c
|
|
|
|
MODULES= devel/cmake
|
|
|
|
CONFIGURE_ARGS+=-DBUILD_TESTS=Off
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|