aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/k9copy-kde4/Makefile
blob: 7c9c5eec1460939fa145dd8653a22cd541e41acf (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
32
33
34
35
36
37
38
39
40
41
# Created by: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
# $FreeBSD$

PORTNAME=   k9copy
PORTVERSION=    2.3.4
PORTREVISION=   18
CATEGORIES= multimedia kde
MASTER_SITES=   LOCAL/rakuco
DISTNAME=   ${PORTNAME}-${PORTVERSION}-Source

MAINTAINER= egoliveira@gmail.com
COMMENT=    DVD-9 to DVD-5 shrinking application for KDE

LICENSE=    GPLv2

LIB_DEPENDS=    libxine.so:multimedia/libxine \
        libmpeg2.so:multimedia/libmpeg2 \
        libavcodec0.so:multimedia/ffmpeg0

USES=       cmake gettext kde:4 localbase
USE_KDE=    kdelibs automoc4
USE_QT4=    moc_build qmake_build rcc_build uic_build

OPTIONS_DEFINE= MENCODER MPLAYER DVDAUTHOR
MENCODER_DESC=  MEncoder support
MPLAYER_DESC=   MPlayer support
DVDAUTHOR_DESC= DVD Author support

MENCODER_RUN_DEPENDS=   mencoder:multimedia/mencoder
MPLAYER_RUN_DEPENDS=    mplayer:multimedia/mplayer
DVDAUTHOR_RUN_DEPENDS=  dvdauthor:multimedia/dvdauthor

post-patch:
    @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/cmake/*.cmake
    @${REINPLACE_CMD} \
        -e 's,swscale,swscale0,' \
        -e 's,avcodec,avcodec0,' \
        -e 's,avformat,avformat0,' \
        ${WRKSRC}/CMakeLists.txt

.include <bsd.port.mk>