Tue Jun 10 10:11:21 2008 UTC ()
Needs msgfmt - from Hasso Tepper in PR pkg/38919.
While here add PKG_DESTDIR_SUPPORT and remove the explicit X dependencies,
gets all it needs from kdelibs3 and kde3.mk.


(markd)
diff -r1.11 -r1.12 pkgsrc/print/kbibtex/Makefile

cvs diff -r1.11 -r1.12 pkgsrc/print/kbibtex/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/print/kbibtex/Attic/Makefile 2008/04/06 20:59:34 1.11
+++ pkgsrc/print/kbibtex/Attic/Makefile 2008/06/10 10:11:21 1.12
@@ -1,24 +1,22 @@ @@ -1,24 +1,22 @@
1# $NetBSD: Makefile,v 1.11 2008/04/06 20:59:34 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2008/06/10 10:11:21 markd Exp $
2 2
3DISTNAME= kbibtex-0.2.1 3DISTNAME= kbibtex-0.2.1
 4PKGREVISION= 1
4CATEGORIES= print kde 5CATEGORIES= print kde
5MASTER_SITES= http://www.unix-ag.uni-kl.de/~fischer/kbibtex/download/ 6MASTER_SITES= http://www.unix-ag.uni-kl.de/~fischer/kbibtex/download/
6EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
7 8
8MAINTAINER= markd@NetBSD.org 9MAINTAINER= markd@NetBSD.org
9HOMEPAGE= http://www.unix-ag.uni-kl.de/~fischer/kbibtex/ 10HOMEPAGE= http://www.unix-ag.uni-kl.de/~fischer/kbibtex/
10COMMENT= BibTeX editor for KDE 11COMMENT= BibTeX editor for KDE
11 12
12USE_TOOLS+= gmake perl 13PKG_DESTDIR_SUPPORT= user-destdir
 14
 15USE_TOOLS+= gmake perl msgfmt
13USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
14USE_LIBTOOL= yes 17USE_LIBTOOL= yes
15GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
16 19
17BUILDLINK_DEPMETHOD.libXt?= build 
18 
19.include "../../meta-pkgs/kde3/kde3.mk" 20.include "../../meta-pkgs/kde3/kde3.mk"
20.include "../../x11/kdelibs3/buildlink3.mk" 21.include "../../x11/kdelibs3/buildlink3.mk"
21.include "../../x11/libSM/buildlink3.mk" 
22.include "../../x11/libX11/buildlink3.mk" 
23.include "../../x11/libXt/buildlink3.mk" 
24.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"