pkgsrc-wip/qdevelop/Makefile
Blue Rats 99e100a8f2 Import qdevelop-0.28 as wip/qdevelop.
QDevelop is a development environment entirely dedicated to Qt4, which requires
Qt4, gcc under Linux or MinGW under Windows, possibly gdb for program debugging
and ctags for code completion.
QDevelop runs on Linux, unix, macosx and windows systems and is released under
the GPL license.

QDevelop is not a Kdevelop like or reduced. It's an independent IDE dedicated to
Qt and is totally independent of KDevelop. Less complete, but faster, light and
especially multi-platforms. QDevelop and KDevelop have different code sources.
2010-08-10 03:10:59 +00:00

20 lines
491 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/08/10 03:10:59 othyro Exp $
#
DISTNAME= qdevelop-v0.28
PKGNAME= ${DISTNAME:S/-v/-/}
CATEGORIES= devel
MASTER_SITES= http://biord-software.org/downloads/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://biord-software.org/
COMMENT= Development environment entirely dedicated to Qt4
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_CMAKE= yes
USE_LANGUAGES= c c++
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"