mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
cf118ccf87
Reported by: lwhsu
22 lines
443 B
Makefile
22 lines
443 B
Makefile
PORTNAME= libbs2b
|
|
PORTVERSION= 3.1.0
|
|
PORTREVISION= 6
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/bs2b/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= liangtai.s16@gmail.com
|
|
COMMENT= Bauer Stereophonic-to-Binaural DSP
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libsndfile.so:audio/libsndfile
|
|
|
|
USES= gmake libtool localbase pathfix pkgconfig tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|