1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/math/speedcrunch/Makefile
Max Brazhnikov 4b137716d1 math/speedcrunch:
- update to 0.11
- remove NLS option (l10ns are incorporated into binary now)
2014-03-31 10:57:12 +00:00

27 lines
587 B
Makefile

# Created by: Yinghong.Liu <relaxbsd@gmail.com>
# $FreeBSD$
PORTNAME= speedcrunch
DISTVERSION= 0.11
CATEGORIES= math
MASTER_SITES= GITHUB
MAINTAINER= makc@FreeBSD.org
COMMENT= Keyboard-oriented desktop scientific calculator
USE_QT4= qmake_build moc_build rcc_build uic_build gui network
USES= cmake:outsource
CMAKE_SOURCE_PATH= ${WRKSRC}/src
USE_GITHUB= yes
GH_ACCOUNT= speedcrunch
GH_PROJECT= SpeedCrunch
GH_COMMIT= 90d56d1
pre-configure:
${REINPLACE_CMD} -e '/CMAKE_COLOR_MAKEFILE/d' \
-e '/CMAKE_VERBOSE_MAKEFILE/d' \
${WRKSRC}/src/CMakeLists.txt
.include <bsd.port.mk>