6633e10cb1
Switch from qt4 to qt5. Changelog unknown.
26 lines
775 B
Makefile
26 lines
775 B
Makefile
# $NetBSD: Makefile,v 1.26 2019/10/30 15:50:07 kamil Exp $
|
|
#
|
|
|
|
DISTNAME= release-0.12.0
|
|
PKGNAME= ${DISTNAME:C/release/speedcrunch/}
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://bitbucket.org/heldercorreia/speedcrunch/get/
|
|
DIST_SUBDIR= speedcrunch
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.speedcrunch.org/
|
|
COMMENT= Calculator
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
WRKSRC= ${WRKDIR}/heldercorreia-speedcrunch-ea93b21f9498/src
|
|
USE_LANGUAGES= c c++
|
|
USE_CMAKE= yes
|
|
USE_TOOLS= gmake # Required for handling file names with whitespaces
|
|
|
|
post-build:
|
|
(cd ${WRKSRC} && ${QTDIR}/bin/lrelease speedcrunch.pro)
|
|
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../x11/qt5-qttools/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|