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

(-)Makefile (-4 / +2 lines)
Lines 17-31 Link Here
17
LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
17
LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
18
		libhunspell-1.3.so:textproc/hunspell
18
		libhunspell-1.3.so:textproc/hunspell
19
19
20
USES=		autoreconf compiler desktop-file-utils fam:gamin libtool pathfix \
20
USES=		autoreconf compiler desktop-file-utils fam:gamin libtool \
21
		pkgconfig shared-mime-info
21
		localbase pathfix pkgconfig shared-mime-info
22
USE_WX=		2.8
22
USE_WX=		2.8
23
WANT_UNICODE=	yes
23
WANT_UNICODE=	yes
24
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
CONFIGURE_ARGS=	--with-wx-config=${WX_CONFIG} --with-contrib-plugins=all \
25
CONFIGURE_ARGS=	--with-wx-config=${WX_CONFIG} --with-contrib-plugins=all \
26
		--disable-pch
26
		--disable-pch
27
CPPFLAGS+=	-I${LOCALBASE}/include
28
LIBS+=		-L${LOCALBASE}/lib -lboost_system
29
PKG_CONFIG_LIBDIR=	${LOCALBASE}/libdata/pkgconfig
27
PKG_CONFIG_LIBDIR=	${LOCALBASE}/libdata/pkgconfig
30
INSTALLS_ICONS=	yes
28
INSTALLS_ICONS=	yes
31
INSTALL_TARGET=	install-strip
29
INSTALL_TARGET=	install-strip
(-)pkg-descr (-3 lines)
Lines 6-12 Link Here
6
 the most demanding needs of its users. It was designed, right
6
 the most demanding needs of its users. It was designed, right
7
 from the start, to be extensible and configurable."
7
 from the start, to be extensible and configurable."
8
8
9
LICENSE: GPL3 or later (IDE)
10
LICENSE: LGPL3 or later (SDK)
11
12
WWW: http://www.codeblocks.org/
9
WWW: http://www.codeblocks.org/

Return to bug 212665