# Created by: Matthias Sund # $FreeBSD$ PORTNAME= codeblocks PORTVERSION= 13.12 PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}-1 MAINTAINER= coder@tuxfamily.org COMMENT= Open source, cross-platform, free C/C++ IDE LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ librsync.so:${PORTSDIR}/net/librsync USES= compiler desktop-file-utils fam:gamin libtool pathfix \ pkgconfig shared-mime-info USE_WX= 2.8 WANT_UNICODE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALLS_ICONS= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include .if ${CHOSEN_COMPILER_TYPE} == clang USE_CXXSTD= c++11 .endif .include