summaryrefslogtreecommitdiff
path: root/editors/codeblocks/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/codeblocks/Makefile')
-rw-r--r--editors/codeblocks/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/editors/codeblocks/Makefile b/editors/codeblocks/Makefile
new file mode 100644
index 00000000000..b32283175a3
--- /dev/null
+++ b/editors/codeblocks/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2016/06/16 02:28:51 kamil Exp $
+#
+
+DISTNAME= codeblocks_16.01
+PKGNAME= ${DISTNAME:S/_/-/}
+CATEGORIES= editors x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=codeblocks/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.codeblocks.org/
+COMMENT= Open source, cross platform, free C++ IDE
+LICENSE= gnu-gpl-v3
+
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}.release
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config gmake
+USE_LANGUAGES= c c++
+
+CONFIGURE_ARGS+= --with-contrib-plugins=AutoVersioning,BrowseTracker,byogames,cbkoders,codesnippets,codestat,dragscroll,envvars,help,keybinder,libfinder,profiler,regex,exporter,symtab
+# wxsmith makes error in build process
+
+BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip
+
+PKGCONFIG_OVERRIDE+= codeblocks.pc.in
+
+.include "../../databases/shared-mime-info/mimedb.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../x11/wxGTK30/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"