| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/math/acalc/ |
Upload File : |
PORTNAME= acalc
PORTVERSION= 0.3
CATEGORIES= math
MAINTAINER= andrey.nik.ponomarenko@gmail.com
COMMENT= Simple and pretty Qt5-based expression calculator
WWW= https://github.com/anpp/acalc
LICENSE= BSD4CLAUSE
BROKEN_FreeBSD_12_powerpc64= fails to compile: settings.cpp:8:136: error: no matching function for call to 'Setting::Setting(<brace-enclosed initializer list>)'
USES= compiler:c++14-lang qmake qt:5 tar:xz
USE_GITHUB= yes
GH_ACCOUNT= anpp
USE_QT= core gui widgets buildtools:build linguisttools:build qmake:build
WRKSRC_SUBDIR= aCalc/aCalc
PLIST_FILES= bin/acalc share/pixmaps/Calculator-50.png
DESKTOP_ENTRIES="acalc" "" "${PREFIX}/share/pixmaps/Calculator-50.png" \
"${PORTNAME}" "" ""
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/acalc ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/Icons/Calculator-50.png \
${STAGEDIR}${PREFIX}/share/pixmaps
.include <bsd.port.mk>