mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
21 lines
345 B
Makefile
21 lines
345 B
Makefile
PORTNAME= iir1
|
|
DISTVERSION= 1.9.4
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= DSP IIR Realtime C++ filter library
|
|
WWW= https://github.com/berndporr/iir1
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= berndporr
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= SHLIB_VER=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|