diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-07-09 16:40:37 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-07-09 16:40:37 +0000 |
commit | 404c567f854f50403c3d981580416ecee09bc42a (patch) | |
tree | 11773aa3b4b0473d950049bd52b52a1d978661cd /devel/kprof | |
parent | 2ca95df16f76150aedc1a54734e9e9997d299478 (diff) | |
download | FreeBSD-ports-404c567f854f50403c3d981580416ecee09bc42a.zip FreeBSD-ports-404c567f854f50403c3d981580416ecee09bc42a.tar.gz |
Update to 1.3.1 which includes support for kde3
PR: 39730
Submitted by: maintainer
Diffstat (limited to 'devel/kprof')
-rw-r--r-- | devel/kprof/Makefile | 10 | ||||
-rw-r--r-- | devel/kprof/distinfo | 2 | ||||
-rw-r--r-- | devel/kprof/pkg-plist | 13 |
3 files changed, 18 insertions, 7 deletions
diff --git a/devel/kprof/Makefile b/devel/kprof/Makefile index 3193834..b0fff63 100644 --- a/devel/kprof/Makefile +++ b/devel/kprof/Makefile @@ -7,20 +7,18 @@ # PORTNAME= kprof -PORTVERSION= 1.3 +PORTVERSION= 1.3.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pmarquis@pobox.com -USE_KDELIBS_VER= 2 +USE_KDELIBS_VER= 3 GNU_CONFIGURE= yes -CONFIGURE_ENV= KDEDIR=${PREFIX} MOC=moc2 LIBQT=-lqt2 +CONFIGURE_ENV= KDEDIR=${PREFIX} KDB2HTML=${PREFIX}/bin/kdb2html CONFIGURE_ARGS= --prefix=${PREFIX} \ - --with-extra-includes=${PREFIX}/include \ - --with-extra-libs=${PREFIX}/lib \ - --with-qt-includes=${X11BASE}/include/qt2 \ + --with-qt-includes=${X11BASE}/include \ --with-qt-libraries=${X11BASE}/lib USE_GMAKE= yes MAKE_ENV= ${CONFIGURE_ENV} diff --git a/devel/kprof/distinfo b/devel/kprof/distinfo index c0f2146..f588b54 100644 --- a/devel/kprof/distinfo +++ b/devel/kprof/distinfo @@ -1 +1 @@ -MD5 (kprof-1.3.tar.gz) = bb20a4b9ccd750235d2cc3ec055d79f9 +MD5 (kprof-1.3.1.tar.gz) = 5250943116b6327c69121be6264dac97 diff --git a/devel/kprof/pkg-plist b/devel/kprof/pkg-plist index f1ef416..d4b93ad 100644 --- a/devel/kprof/pkg-plist +++ b/devel/kprof/pkg-plist @@ -1,4 +1,5 @@ bin/kprof +share/applnk/Applications/kprof.desktop share/applnk/Development/kprof.desktop share/apps/kprof/kprofui.rc share/doc/HTML/en/kprof/common @@ -6,5 +7,17 @@ share/doc/HTML/en/kprof/index.docbook share/doc/HTML/en/kprof/redo.png share/icons/locolor/16x16/apps/kprof.png share/icons/locolor/32x32/apps/kprof.png +@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor 2>/dev/null || true +@unexec rmdir %D/share/icons 2>/dev/null || true @dirrm share/doc/HTML/en/kprof +@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true +@unexec rmdir %D/share/doc/HTML 2>/dev/null || true @dirrm share/apps/kprof +@unexec rmdir %D/share/apps 2>/dev/null || true +@unexec rmdir %D/share/applnk/Development 2>/dev/null || true +@unexec rmdir %D/share/applnk/Applications 2>/dev/null || true +@unexec rmdir %D/share/applnk 2>/dev/null || true |