Thu Jan 28 20:11:47 2010 UTC ()
DESTDIR support. Needs full libXt. Bump revision.


(joerg)
diff -r1.21 -r1.22 pkgsrc/chat/konversation/Makefile

cvs diff -r1.21 -r1.22 pkgsrc/chat/konversation/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/konversation/Makefile 2010/01/18 09:58:41 1.21
+++ pkgsrc/chat/konversation/Makefile 2010/01/28 20:11:47 1.22
@@ -1,51 +1,51 @@ @@ -1,51 +1,51 @@
1# $NetBSD: Makefile,v 1.21 2010/01/18 09:58:41 wiz Exp $ 1# $NetBSD: Makefile,v 1.22 2010/01/28 20:11:47 joerg Exp $
2# 2#
3 3
4DISTNAME= konversation-1.1 4DISTNAME= konversation-1.1
5PKGREVISION= 3 5PKGREVISION= 4
6CATEGORIES= chat kde 6CATEGORIES= chat kde
7MASTER_SITES= http://download.berlios.de/konversation/ 7MASTER_SITES= http://download.berlios.de/konversation/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://konversation.kde.org/ 11HOMEPAGE= http://konversation.kde.org/
12COMMENT= KDE IRC Client 12COMMENT= KDE IRC Client
13 13
 14PKG_DESTDIR_SUPPORT= user-destdir
 15
14GNU_CONFIGURE= YES 16GNU_CONFIGURE= YES
15USE_LIBTOOL= YES 17USE_LIBTOOL= YES
16USE_TOOLS+= gmake perl msgfmt 18USE_TOOLS+= gmake perl msgfmt
17USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++
18 20
19REPLACE_PERL+= konversation/src/konversation-0.19-appearance.pl \ 21REPLACE_PERL+= konversation/src/konversation-0.19-appearance.pl \
20 konversation/src/konversation-0.19-colorcodes.pl \ 22 konversation/src/konversation-0.19-colorcodes.pl \
21 konversation/src/konversation-0.19-colors.pl \ 23 konversation/src/konversation-0.19-colors.pl \
22 konversation/src/konversation-0.19-custombrowser.pl \ 24 konversation/src/konversation-0.19-custombrowser.pl \
23 konversation/src/konversation-0.19-notifylists.pl \ 25 konversation/src/konversation-0.19-notifylists.pl \
24 konversation/src/konversation-0.19-sortorder.pl \ 26 konversation/src/konversation-0.19-sortorder.pl \
25 konversation/src/konversation-0.19-tabplacement.pl \ 27 konversation/src/konversation-0.19-tabplacement.pl \
26 konversation/src/konversation-0.20-customfonts.pl \ 28 konversation/src/konversation-0.20-customfonts.pl \
27 konversation/src/konversation-0.20-quickbuttons.pl 29 konversation/src/konversation-0.20-quickbuttons.pl
28REPLACE_BASH+= konversation/scripts/mail 30REPLACE_BASH+= konversation/scripts/mail
29USE_TOOLS+= bash:run 31USE_TOOLS+= bash:run
30 32
31.include "../../mk/bsd.prefs.mk" 33.include "../../mk/bsd.prefs.mk"
32 34
33.if ${OPSYS} != "Linux" 35.if ${OPSYS} != "Linux"
34DEPENDS+= psmisc>=20.1:../../sysutils/psmisc 36DEPENDS+= psmisc>=20.1:../../sysutils/psmisc
35.endif 37.endif
36 38
37BUILDLINK_DEPMETHOD.libXt?= build 
38 
39.include "../../meta-pkgs/kde3/kde3.mk" 39.include "../../meta-pkgs/kde3/kde3.mk"
40.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 40.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
41.include "../../x11/kdelibs3/buildlink3.mk" 41.include "../../x11/kdelibs3/buildlink3.mk"
42.include "../../x11/libSM/buildlink3.mk" 42.include "../../x11/libSM/buildlink3.mk"
43.include "../../x11/libX11/buildlink3.mk" 43.include "../../x11/libX11/buildlink3.mk"
44.include "../../x11/libXt/buildlink3.mk" 44.include "../../x11/libXt/buildlink3.mk"
45.include "../../mk/pthread.buildlink3.mk" 45.include "../../mk/pthread.buildlink3.mk"
46 46
47.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "none" 47.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "none"
48CONFIGURE_ARGS+= --disable-threading 48CONFIGURE_ARGS+= --disable-threading
49.endif 49.endif
50 50
51.include "../../mk/bsd.pkg.mk" 51.include "../../mk/bsd.pkg.mk"