mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
67fb584063
/usr/bin/ld no longer pulls indirect dependencies. PR: 215252 Submitted by: jbeich Reviewed by: matthew Approved by: matthew (mentor), liangtai.s26@gmail.com (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D8885
24 lines
456 B
Makefile
24 lines
456 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libbs2b
|
|
PORTVERSION= 3.1.0
|
|
PORTREVISION= 5
|
|
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>
|