summaryrefslogtreecommitdiff
path: root/mail/kbiff/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2008-10-12 11:23:13 +0000
committermarkd <markd>2008-10-12 11:23:13 +0000
commit9f4f993bfff6e9a813d517300af85a5a80b3d2a8 (patch)
tree1489fb8806ec45bb902c3e1409135a47d57055fc /mail/kbiff/Makefile
parenta48635efa3abcd11a27181cb1f462207ce9c78f0 (diff)
downloadpkgsrc-9f4f993bfff6e9a813d517300af85a5a80b3d2a8.tar.gz
Update kbiff to 3.9
10-05-08 - Kurt Granroth (3.9) o Converted KBiff into a full-fledged kdeinit module compatible with the latest KDE 3.5 (previous support was outdated) o Yet more tweaks to compile under the gcc 4.x running target without warnings o Cleaned up a bunch of Makefiles, configure files, and automake files along with an updated 'admin' directory o Got rid of the 'release-kbiff' "meta" version and date tags o Updated the .spec file to be more up to date 09-09-08 - Frédéric Brière o Replaced complicated date-time calculations with toTime_t() 03-30-08 - Léo Terziman o Fix compilation of ASUS led code under gcc 4 03-21-08 - Martin Spirk o Added 'stopped' icon state 02-27-08 - Elve o Updated Dutch translation (nl.po) 01-21-08 - Kurt Granroth o Updated automake admin dir with latest code from KDE 3.8 o Tweaked the code to compile on gcc 4.2 without warnings with -Wall o Status window tweaks to work better on multiple-monitors as well as in more positions (side, bottom, top, etc). o Removed some 2.x code. Nobody uses KDE2 anymore so it's high time KBiff stops supporting it. o Fix display of icons with the icon selector
Diffstat (limited to 'mail/kbiff/Makefile')
-rw-r--r--mail/kbiff/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile
index 23b8346b3b2..ca72df69454 100644
--- a/mail/kbiff/Makefile
+++ b/mail/kbiff/Makefile
@@ -1,27 +1,21 @@
-# $NetBSD: Makefile,v 1.33 2008/01/18 05:08:25 tnn Exp $
+# $NetBSD: Makefile,v 1.34 2008/10/12 11:23:13 markd Exp $
-DISTNAME= kbiff-3.8
-PKGREVISION= 8
+DISTNAME= kbiff-3.9
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kbiff/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= markd@NetBSD.org
-HOMEPAGE= http://www.granroth.org/kbiff/index.html
+HOMEPAGE= http://www.kbiff.org
COMMENT= Mail notification utility for KDE
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake perl
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
SHLIBTOOL_OVERRIDE= # empty
-BUILDLINK_DEPMETHOD.libXt?= build
-
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
-.include "../../x11/libSM/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"