789d75c728
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
35 lines
955 B
Makefile
35 lines
955 B
Makefile
# 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= 12
|
|
CATEGORIES= multimedia kde
|
|
MASTER_SITES= http://www.tr0ll.net/kraus.tk/projects/konverter/sources/
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= KDE MEncoder frontend
|
|
|
|
BUILD_DEPENDS= avimerge:${PORTSDIR}/multimedia/transcode \
|
|
mencoder:${PORTSDIR}/multimedia/mencoder
|
|
LIB_DEPENDS= xine.1:${PORTSDIR}/multimedia/libxine
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_AUTOTOOLS= libtool:22
|
|
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>
|