1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/multimedia/oggvideotools/Makefile
Marcus von Appen fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00

34 lines
969 B
Makefile

# Ports collection makefile for: oggvideotools
# Date created: Sat Feb 28, 2010
# Whom: Jille Timmermans (jille@quis.cx)
# $FreeBSD$
PORTNAME= oggvideotools
PORTVERSION= 0.8
PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= SF
MASTER_SITE_SUBDIR= oggvideotools/oggvideotools/${DISTNAME}
MAINTAINER= jille@quis.cx
COMMENT= A toolbox for manipulating Ogg video files
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \
ogg.7:${PORTSDIR}/audio/libogg \
theora.0:${PORTSDIR}/multimedia/libtheora \
vorbis.4:${PORTSDIR}/audio/libvorbis
USE_SDL= sdl
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
MAKEFILE= makefile
.for app in oggSplit oggDump oggJoin oggCut oggCat oggLength oggSlideshow oggThumb oggResize oggSilence oggScroll mkThumbs mkSlideshow
PLIST_FILES+= bin/${app}
.endfor
.for app in oggResize oggSlideshow oggThumb oggSplit oggJoin oggCut oggCat oggSilence
MAN1+= ${app}.1
.endfor
.include <bsd.port.mk>