freebsd-ports/multimedia/kdemultimedia-ffmpegthumbs-kde4/Makefile
Tobias C. Berner 737c1cc56d Rename KDE4 meta ports
This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
2018-02-10 10:29:51 +00:00

23 lines
559 B
Makefile

# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org>
# $FreeBSD$
PORTNAME= ffmpegthumbs
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 5
CATEGORIES= multimedia kde kde-kde4
PKGNAMEPREFIX= kdemultimedia-
PKGNAMESUFFIX= -kde4
MAINTAINER= kde@FreeBSD.org
COMMENT= FFmpeg-based thumbnail generator for video files
LICENSE= GPLv2
LIB_DEPENDS= libswscale.so:multimedia/ffmpeg
USES= cmake:outsource kde:4 pkgconfig tar:xz
USE_KDE= automoc4 kdelibs
USE_QT4= moc_build qmake_build rcc_build uic_build \
corelib dbus gui network svg xml
.include <bsd.port.mk>