View | Details | Raw Unified | Return to bug 59529
Collapse All | Expand All

(-)konversation/Makefile (-4 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	konversation
8
PORTNAME=	konversation
9
PORTVERSION=	0.12
9
PORTVERSION=	0.13
10
CATEGORIES=	irc kde
10
CATEGORIES=	irc kde
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 17-26 Link Here
17
USE_KDELIBS_VER=3
17
USE_KDELIBS_VER=3
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USE_REINPLACE=	yes
19
USE_REINPLACE=	yes
20
USE_BZIP2=	yes
21
USE_GMAKE=	yes
20
22
21
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
23
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
22
post-patch:
23
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
24
		${WRKSRC}/configure
25
24
25
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
26
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)konversation/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (konversation-0.12.tar.gz) = 53ceb276f6ed54046f6809c20c521d95
1
MD5 (konversation-0.13.tar.bz2) = 1b6d08358c9cd64a31acc3d43b4c0510
(-)konversation/pkg-plist (-5 / +7 lines)
Lines 1-6 Link Here
1
bin/konversation
1
bin/konversation
2
share/applnk/Internet/konversation.desktop
2
share/applications/kde/konversation.desktop
3
share/apps/konversation/images/close_pane.png
3
share/apps/konversation/eventsrc
4
share/apps/konversation/images/led_blue_off.png
4
share/apps/konversation/images/led_blue_off.png
5
share/apps/konversation/images/led_blue_on.png
5
share/apps/konversation/images/led_blue_on.png
6
share/apps/konversation/images/led_green_off.png
6
share/apps/konversation/images/led_green_off.png
Lines 10-20 Link Here
10
share/apps/konversation/images/led_yellow_off.png
10
share/apps/konversation/images/led_yellow_off.png
11
share/apps/konversation/images/led_yellow_on.png
11
share/apps/konversation/images/led_yellow_on.png
12
share/apps/konversation/konversationui.rc
12
share/apps/konversation/konversationui.rc
13
share/icons/hicolor/16x16/apps/konversation.png
14
share/icons/hicolor/32x32/apps/konversation.png
13
share/locale/de/LC_MESSAGES/konversation.mo
15
share/locale/de/LC_MESSAGES/konversation.mo
16
share/locale/it/LC_MESSAGES/konversation.mo
17
share/locale/ko/LC_MESSAGES/konversation.mo
14
share/locale/ru/LC_MESSAGES/konversation.mo
18
share/locale/ru/LC_MESSAGES/konversation.mo
19
share/locale/sl/LC_MESSAGES/konversation.mo
15
share/locale/sv/LC_MESSAGES/konversation.mo
20
share/locale/sv/LC_MESSAGES/konversation.mo
16
@dirrm share/apps/konversation/images
21
@dirrm share/apps/konversation/images
17
@dirrm share/apps/konversation
22
@dirrm share/apps/konversation
18
@unexec rmdir %D/share/apps 2>/dev/null || true
19
@unexec rmdir %D/share/applnk/Internet 2>/dev/null || true
20
@unexec rmdir %D/share/applnk 2>/dev/null || true

Return to bug 59529