aboutsummaryrefslogblamecommitdiff
path: root/audio/libfishsound/Makefile
blob: ce35733d334972cd969108df365b211cf65a0476 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                          


                            
                 
                     

                                                                        
                             
 
                                   
                                                                 
 
                          
                                 
 


                                            
 
                                         
 
                   
                             
                   
 


                            
 
                                             

                    
                                                                           

                      
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>

PORTNAME=	libfishsound
PORTVERSION=	1.0.0
PORTREVISION=	4
CATEGORIES=	audio
MASTER_SITES=	https://downloads.xiph.org/releases/libfishsound/ \
		https://ftp.osuosl.org/pub/xiph/releases/libfishsound/ \
		LOCAL/sunpoet

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Programming interface to decode/encode audio data

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libFLAC.so:audio/flac \
		libspeex.so:audio/speex \
		libvorbis.so:audio/libvorbis

USES=		libtool pathfix pkgconfig

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes

OPTIONS_DEFINE=	DOCS DOXYGEN
OPTIONS_SUB=	yes
DOXYGEN_IMPLIES=DOCS

DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen

post-patch-DOCS-off:
	@${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>