pkgsrc-wip/codeblocks/Makefile
Thomas Klausner 53cae12b32 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:53:10 +00:00

33 lines
991 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/07/22 09:53:11 thomasklausner Exp $
#
PKGVERSION= 8.02
PKGREVISION= 1
DISTNAME= codeblocks-${PKGVERSION}-src
PKGNAME= codeblocks-${PKGVERSION}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=codeblocks/}
EXTRACT_SUFX= .tar.bz2
BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip
MAINTAINER= pkgsrc@blackmouse.biz
HOMEPAGE= http://www.codeblocks.org/
COMMENT= Open source, cross platform, free C++ IDE
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
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
PKGCONFIG_OVERRIDE+= codeblocks.pc.in
.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"