File:  [cvs.NetBSD.org] / pkgsrc / math / speedcrunch / Makefile
Revision 1.34: download - view: text, annotated - select for diffs
Tue Aug 18 17:58:06 2020 UTC (4 years, 3 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, HEAD
*: revbump for libsndfile

# $NetBSD: Makefile,v 1.34 2020/08/18 17:58:06 leot Exp $
#

DISTNAME=	release-0.12.0
PKGNAME=	${DISTNAME:C/release/speedcrunch/}
PKGREVISION=	7
CATEGORIES=	math
MASTER_SITES=	http://bitbucket.org/heldercorreia/speedcrunch/get/
DIST_SUBDIR=	speedcrunch

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://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"

CVSweb <webmaster@jp.NetBSD.org>