2004-12-15 18:31:10 +01:00
|
|
|
# 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
|
2004-12-25 13:49:11 +01:00
|
|
|
DISTVERSION= 0.92-beta1
|
2006-03-07 09:28:06 +01:00
|
|
|
PORTREVISION= 7
|
2004-12-15 18:31:10 +01:00
|
|
|
CATEGORIES= multimedia kde
|
|
|
|
MASTER_SITES= http://www.kraus.tk/projects/konverter/sources/
|
|
|
|
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
|
|
COMMENT= KDE MEncoder frontend
|
|
|
|
|
|
|
|
BUILD_DEPENDS= avimerge:${PORTSDIR}/multimedia/transcode \
|
|
|
|
mencoder:${PORTSDIR}/multimedia/mplayer
|
2005-12-10 22:06:42 +01:00
|
|
|
LIB_DEPENDS= xine.15:${PORTSDIR}/multimedia/libxine
|
2004-12-15 18:31:10 +01:00
|
|
|
|
2006-09-17 04:27:06 +02:00
|
|
|
BROKEN= Unfetchable
|
|
|
|
|
2004-12-15 18:31:10 +01:00
|
|
|
USE_KDELIBS_VER=3
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-12-15 18:31:10 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2005-01-29 18:58:53 +01:00
|
|
|
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
|
2004-12-15 18:31:10 +01:00
|
|
|
#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>
|