freebsd-ports/multimedia/oggvideotools/Makefile
Thomas Zander 64fedd9aff Fix runtime issue: Non-integer frame rates could not be handled
- Fix incorrect handling of input arguments (new patch file patch-src_cmdlineextractor.h)
  Submitter proposed fix after talking to upstream author
- Bump PORTREVISION

PR:		ports/185738
Submitted by:	Sergey Chernikov (no e-mail address)
Approved by:	thierry (mentor)
MFH:		2014Q1
2014-01-26 09:01:55 +00:00

27 lines
626 B
Makefile

# Created by: Jille Timmermans (jille@quis.cx)
# $FreeBSD$
PORTNAME= oggvideotools
PORTVERSION= 0.8a
PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Toolbox for manipulating Ogg video files
LICENSE= GPLv2 # (or later)
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \
libogg.so:${PORTSDIR}/audio/libogg \
libtheora.so:${PORTSDIR}/multimedia/libtheora \
libvorbis.so:${PORTSDIR}/audio/libvorbis
USES= cmake pkgconfig
USE_SDL= sdl
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>