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

(-)/usr/ports/polish/ekg/Makefile (-3 / +9 lines)
Lines 6-11 Link Here
6
6
7
PORTNAME=		ekg
7
PORTNAME=		ekg
8
PORTVERSION=		1.7.r3
8
PORTVERSION=		1.7.r3
9
PORTREVISION=		1
9
PORTEPOCH=		2
10
PORTEPOCH=		2
10
CATEGORIES=		polish net-im
11
CATEGORIES=		polish net-im
11
MASTER_SITES=		http://ekg.chmurka.net/
12
MASTER_SITES=		http://ekg.chmurka.net/
Lines 14-31 Link Here
14
MAINTAINER=		alex@bsdguru.org
15
MAINTAINER=		alex@bsdguru.org
15
COMMENT=		Text-mode Gadu-Gadu client
16
COMMENT=		Text-mode Gadu-Gadu client
16
17
17
LIB_DEPENDS=		gadu.3:${PORTSDIR}/polish/libgadu
18
LIB_DEPENDS=		execinfo.1:${PORTSDIR}/devel/libexecinfo \
19
			gadu.3:${PORTSDIR}/polish/libgadu
18
20
19
USE_GMAKE=		yes
21
USE_GMAKE=		yes
20
GNU_CONFIGURE=		yes
22
GNU_CONFIGURE=		yes
21
USE_GNOME=		gnomehack pkgconfig
23
USE_GNOME=		gnomehack pkgconfig
22
CONFIGURE_ARGS+=	--disable-shared \
24
CONFIGURE_ARGS+=	--disable-shared \
23
			--disable-static \
25
			--disable-static \
24
			--enable-dynamic
26
			--enable-dynamic \
27
			--without-openssl \
28
			--disable-libgadu-openssl \
29
			--without-libungif \
30
			--without-libjpeg
25
31
26
CONFIGURE_ENV=		CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
32
CONFIGURE_ENV=		CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
27
			CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
33
			CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
28
			LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
34
			LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lexecinfo"
29
35
30
OPTIONS=	ASPELL "Build with ASPELL support" off
36
OPTIONS=	ASPELL "Build with ASPELL support" off
31
37
(-)/usr/ports/polish/ekg/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Text-based Gadu-Gadu client for Unix-like systems.
1
Text-based Gadu-Gadu client for Unix-like systems.
2
Gadu-Gadu is an ICQ-like messenger for polish language users.
2
Gadu-Gadu is an ICQ-like messenger for polish language users.
3
3
4
WWW: http://dev.null.pl/ekg/
4
WWW: http://ekg.chmurka.net/

Return to bug 110453