1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/math/speedcrunch/Makefile
Mathieu Arnold 07da776842 Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 16:32:43 +00:00

24 lines
523 B
Makefile

# Created by: Yinghong.Liu <relaxbsd@gmail.com>
# $FreeBSD$
PORTNAME= speedcrunch
DISTVERSION= 0.11
CATEGORIES= math
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_PROJECT= SpeedCrunch
pre-configure:
${REINPLACE_CMD} -e '/CMAKE_COLOR_MAKEFILE/d' \
-e '/CMAKE_VERBOSE_MAKEFILE/d' \
${WRKSRC}/src/CMakeLists.txt
.include <bsd.port.mk>