aboutsummaryrefslogtreecommitdiff
path: root/deskutils/dolphin-plugins-mplayerthumbs/Makefile
blob: 45f0f08b1a85a3e2e6c5de31456709be92cdf408 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:	mplayerthumbs
# Date created:		2009-09-07
# Whom:			David Naylor <naylor.b.david@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	mplayerthumbs
PORTVERSION=	1.2
PORTREVISION=	2
CATEGORIES=	deskutils kde
MASTER_SITES=	http://kde-look.org/CONTENT/content-files/
PKGNAMEPREFIX=	dolphin-plugins-
DISTNAME=	41180-${PORTNAME}-${PORTVERSION}

MAINTAINER=	naylor.b.david@gmail.com
COMMENT=	Video thumbs previewer for dolphin

RUN_DEPENDS+=	mplayer:${PORTSDIR}/multimedia/mplayer

CONFLICTS=	kdemultimedia-4.3.*

USE_CMAKE=	yes
USE_KDE4=	automoc4 kdeprefix kdelibs
USE_QT_VER=	4
QT_COMPONENTS=	gui dbus network svg xml \
		qmake_build moc_build rcc_build uic_build

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

.include <bsd.port.mk>