aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/konverter/Makefile
blob: 2df162437963a259c2232004035160be33667f3f (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
# New ports collection makefile for:    konverter
# Date created:     Wed Dec 15 16:49:57 UTC 2004
# Whom:                 Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   konverter
DISTVERSION=    0.92-beta1
PORTREVISION=   7
CATEGORIES= multimedia kde
MASTER_SITES=   http://www.tr0ll.net/kraus.tk/projects/konverter/sources/

MAINTAINER= lioux@FreeBSD.org
COMMENT=    KDE MEncoder frontend

BUILD_DEPENDS=  avimerge:${PORTSDIR}/multimedia/transcode \
        mencoder:${PORTSDIR}/multimedia/mplayer
LIB_DEPENDS=    xine.15:${PORTSDIR}/multimedia/libxine

USE_KDELIBS_VER=3
USE_AUTOTOOLS=  libtool:15
USE_GMAKE=  yes

EXTRA_PATCHES=  ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
#EXTRA_PATCHES= ${PORTSDIR}/x11/kde3/files/extrapatch-old_configure

post-patch:
# spelling fix
# Concatination -> Concatenation
    @${REINPLACE_CMD} -E \
        -e 's|Concatination|Concatenation|' \
        ${WRKSRC}/src/KonverterMainDialog.ui

.include <bsd.port.mk>