upgrade to kdirstat 2.1.1 which is KDE 3 compatible. This is identical to
what will be 2.2.0 and though it has been tagged in CVS the author is in no big rush to put the distfile up.
This commit is contained in:
parent
848a6dc135
commit
49bea600a1
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/03/01 06:24:08 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2002/05/25 00:42:52 brad Exp $
|
||||
|
||||
COMMENT= "graphical disk usage utility"
|
||||
|
||||
DISTNAME= kdirstat-2.0.0
|
||||
DISTNAME= kdirstat-2.1.1-beta
|
||||
PKGNAME= ${DISTNAME:S/-beta//}
|
||||
CATEGORIES= x11
|
||||
NEED_VERSION= 1.505
|
||||
NEED_VERSION= 1.525
|
||||
|
||||
HOMEPAGE= http://kdirstat.sourceforge.net/
|
||||
|
||||
@ -18,12 +19,15 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= ${HOMEPAGE}/download/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
BUILD_DEPENDS= ::x11/qt2-designer
|
||||
LIB_DEPENDS= kdecore.3,DCOP,kdesu,kdeui,kfile,kio,kssl,ksycoca::x11/kde/libs2
|
||||
LIB_DEPENDS= kdecore.3,DCOP,kdesu,kdeui,kio::x11/kde/libs3
|
||||
|
||||
MODULES= qt2
|
||||
MODULES= qt3
|
||||
|
||||
MAKE_ENV= ${CONFIGURE_ENV}
|
||||
# catch $HOME/.kde/share/config
|
||||
# that meinproc creates durring build.
|
||||
PORTHOME= ${WRKDIR}
|
||||
|
||||
MAKE_ENV= KDEDIR="${LOCALBASE}"
|
||||
# Ensure qt2 will always be at the front
|
||||
MAKE_FLAGS= CXXLD='--tag CXX ${CXX} -L${MODQT_LIBDIR}'
|
||||
|
||||
@ -31,11 +35,12 @@ USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${MODQT_CONFIGURE_ARGS}
|
||||
CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ENV= KDEDIR=${LOCALBASE}
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/admin
|
||||
CONFIGURE_ARGS+= --disable-debug --enable-final
|
||||
CONFIGURE_ARGS+= --disable-threading --disable-mt
|
||||
CONFIGURE_ARGS+= --with-extra-libs="${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS+= --with-extra-includes="${LOCALBASE}/include"
|
||||
CONFIGURE_ARGS+= --with-xinerama
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" KDEDIR="${LOCALBASE}"
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/admin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (kdirstat-2.0.0.tgz) = 9fb830bcb9192d2b8111b50ff74ec5dc
|
||||
RMD160 (kdirstat-2.0.0.tgz) = 04a8007a8c6a3d52098ff70c3816d216ad1ef9e7
|
||||
SHA1 (kdirstat-2.0.0.tgz) = 5294df115b11c029e6fa724afedb57f98aa1362f
|
||||
MD5 (kdirstat-2.1.1-beta.tgz) = 235e3727bf720cd678306970f7ad0cb3
|
||||
RMD160 (kdirstat-2.1.1-beta.tgz) = f49f980275cd7e3c6e9d1c70fedc918eed8cf60c
|
||||
SHA1 (kdirstat-2.1.1-beta.tgz) = 9ff9bc5053c0130e88fcac2925fdc2c8be37acc7
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/03/01 06:24:08 kevlo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/05/25 00:42:53 brad Exp $
|
||||
bin/kdirstat
|
||||
share/applnk/Utilities/kdirstat.desktop
|
||||
share/apps/kdirstat/icons/hicolor/16x16/actions/symlink.png
|
||||
@ -17,6 +17,7 @@ share/icons/hicolor/16x16/apps/kdirstat.png
|
||||
share/icons/hicolor/32x32/apps/kdirstat.png
|
||||
share/icons/locolor/16x16/apps/kdirstat.png
|
||||
share/icons/locolor/32x32/apps/kdirstat.png
|
||||
share/locale/ja/LC_MESSAGES/kdirstat.mo
|
||||
@dirrm share/doc/HTML/en/kdirstat
|
||||
@dirrm share/apps/kdirstat/icons/locolor/16x16/actions
|
||||
@dirrm share/apps/kdirstat/icons/locolor/16x16
|
||||
|
Loading…
x
Reference in New Issue
Block a user