openbsd-ports/x11/krusader/Makefile
ajacoutot cbe37f9efd Import krusader-1.80.0
Krusader is an advanced twin panel (commander style) file manager for
KDE similar to Midnight or Total Commander.
It provides all the file management features you could possibly want:
extensive archive handling, mounted filesystem support, FTP, advanced
search module, an internal viewer/editor, directory synchronisation,
file content comparisons, powerful batch renaming and much much more.
It supports a wide variety of archive formats and can handle other KIO
slaves such as smb or fish. It is (almost) completely customizable, very
user friendly and fast.

requested on ports@
2007-11-02 11:17:21 +00:00

54 lines
1.3 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/11/02 11:17:21 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= twin panel file manager for KDE
DISTNAME= krusader-1.80.0
CATEGORIES= x11 x11/kde
HOMEPAGE= http://krusader.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=krusader/}
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xrender art_lgpl_2 c fam idn \
jpeg m pcre pcreposix png pthread rpcsvc stdc++ util z
PORTHOME= ${WRKDIR}
MODULES= x11/kde devel/gettext
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS+= --tag=disable-static
LIB_DEPENDS= kdecore.>=7,DCOP,kdefx,kdesu,kdeui,kio,kparts,kwalletclient,kdeprint,khtml,kjs,kutils::x11/kde/libs3 \
konq.>=7::x11/kde/base3 \
kjsembed.>=2::x11/kde/bindings3 \
qui-mt.>=2::x11/qt3,-main
AUTOCONF_VERSION=2.61
CONFIGURE_STYLE=autoconf
CONFIGURE_ENV= ${MODKDE_CONFIGURE_ENV} \
KDEDIR=${LOCALBASE}/bin \
QTDIR=${LOCALBASE}/bin
CONFIGURE_ARGS= ${MODQT_CONFIGURE_ARGS} \
--disable-dependency-tracking \
--with-extra-libs="${LOCALBASE}/lib" \
--with-extra-includes="${LOCALBASE}/include/libpng:${LOCALBASE}/include" \
--without-acl
pre-configure:
@perl -pi -e 's,-O2,,g;' -e 's,-lpthread,-pthread,g' \
${WRKSRC}/configure
.include <bsd.port.mk>