pkgsrc-wip/soqt/Makefile
Rumko 746e7b6ca5 wip/soqt: update to 1.5.0
Change log:
* new:
  - Builds against Qt3 and Qt4 without dependency on Qt3Support for Qt4
  - Added support for reading texture images using Qt
  - Added multisample support
  - Added getVersionToolkitString() providing the version of the
    underlying GUI toolkit version in use

* bugfixes:
  - Corrected spacing, margin and width fixes for application buttons
  - Workaround for Qt versions with no QThread-support
  - Improved Qt4 detection
  - Various compile and robustness fixes
  - Plugged memory leaks
  - Many bug fixes

* build system:
  - Updated autotools to autoconf-2.65, automake-1.8.3, libtool-1.5.26
  - Changed default location for generated HTML documentation
  - Added pkg-config description and detection support

* other:
  - Removal of Spaceball support

Also take over maintainership.

Ok@ silasdb
2016-08-19 21:16:01 +02:00

28 lines
764 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/10/07 16:23:15 asau Exp $
#
DISTNAME= SoQt-1.5.0
PKGNAME= ${DISTNAME:tl}
CATEGORIES= graphics
MASTER_SITES= https://bitbucket.org/Coin3D/coin/downloads/
MAINTAINER= rumko@netbsd.org
HOMEPAGE= http://www.coin3d.org/lib/soqt/
COMMENT= Legacy library that provides glue between Coin and Qt
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake
# XXX: gmake is necessary because of a bug in the build system of this version
# of SoQt (1.4.1) that is fixed in the newest version.
USE_LANGUAGES= c c++
REPLACE_PERL+= cfg/gendsp.pl cfg/doxy4win.pl
.include "../../graphics/Coin/buildlink3.mk"
.include "../../graphics/Mesa/buildlink3.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"