Bump multimedia/ffmpeg to version 2.8.8_2,1
[dports.git] / multimedia / oggvideotools / Makefile
1 # Created by: Jille Timmermans (jille@quis.cx)
2 # $FreeBSD$
3
4 PORTNAME=       oggvideotools
5 PORTVERSION=    0.9
6 PORTREVISION=   1
7 CATEGORIES=     multimedia
8 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Toolbox for manipulating Ogg video files
12
13 LICENSE=        GPLv2+
14
15 LIB_DEPENDS=    libgd.so:graphics/gd \
16                 libogg.so:audio/libogg \
17                 libtheora.so:multimedia/libtheora \
18                 libvorbis.so:audio/libvorbis
19
20 USES=           cmake compiler:c++11-lib pkgconfig
21 USE_CXXSTD=     c++11
22 USE_SDL=        sdl
23 USE_LDCONFIG=   yes
24
25 CFLAGS+=        -I${LOCALBASE}/include
26 LDFLAGS+=       -L${LOCALBASE}/lib
27
28 post-patch:
29         @${REINPLACE_CMD} -e \
30                 's|-O0.*-fPIC|-fPIC|' ${WRKSRC}/CMakeLists.txt
31
32 .include <bsd.port.mk>