Tweak audio/volumeicon version 0.5.0
[dports.git] / audio / libfishsound / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2 # $FreeBSD$
3
4 PORTNAME=       libfishsound
5 PORTVERSION=    1.0.0
6 PORTREVISION=   4
7 CATEGORIES=     audio
8 MASTER_SITES=   http://downloads.xiph.org/releases/libfishsound/ \
9                 LOCAL/sunpoet
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        Programing interface to decode/encode audio data
13
14 LICENSE=        BSD3CLAUSE
15 LICENSE_FILE=   ${WRKSRC}/COPYING
16
17 LIB_DEPENDS=    libFLAC.so:audio/flac \
18                 libspeex.so:audio/speex \
19                 libvorbis.so:audio/libvorbis
20
21 OPTIONS_DEFINE= DOCS DOXYGEN
22
23 GNU_CONFIGURE=  yes
24 INSTALL_TARGET= install-strip
25 USE_LDCONFIG=   yes
26 USES=           libtool pathfix pkgconfig
27
28 PORTDOCS=       *
29
30 DOXYGEN_BUILD_DEPENDS=  doxygen:devel/doxygen
31 DOXYGEN_IMPLIES=        DOCS
32
33 post-patch-DOCS-off:
34         @${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||' ${WRKSRC}/Makefile.in
35
36 .include <bsd.port.mk>