mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
07da776842
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
24 lines
523 B
Makefile
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>
|