2013-09-20 22:55:04 +02:00
|
|
|
# Created by: Sergey Akifyev <asa@gascom.ru>
|
2004-08-29 19:39:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= qalculate
|
2017-08-03 09:13:39 +02:00
|
|
|
PORTVERSION= 1.0.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
2017-09-10 22:55:38 +02:00
|
|
|
PORTREVISION= 1
|
2016-10-15 02:46:23 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
2004-08-29 19:39:02 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
|
2016-10-15 02:46:23 +02:00
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
|
|
COMMENT= Multi-purpose desktop calculator (GTK+3 frontend)
|
2004-08-29 19:39:02 +02:00
|
|
|
|
2014-07-10 01:29:01 +02:00
|
|
|
LICENSE= GPLv2
|
2016-10-15 02:46:23 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2014-07-10 01:29:01 +02:00
|
|
|
|
2016-10-15 02:46:23 +02:00
|
|
|
LIB_DEPENDS= libcln.so:math/cln \
|
|
|
|
libqalculate.so:math/libqalculate
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= gnuplot:math/gnuplot \
|
|
|
|
wget:ftp/wget
|
2004-08-29 19:39:02 +02:00
|
|
|
|
2017-06-02 17:49:34 +02:00
|
|
|
BROKEN_powerpc64= fails to compile: main.cc: undefined reference to Calculator::temporaryCategory[abi:cxx11]()
|
|
|
|
|
2016-10-20 12:01:36 +02:00
|
|
|
USES= autoreconf compiler:c++11-lang gettext gmake \
|
|
|
|
libtool:build localbase pkgconfig
|
2016-10-15 02:46:23 +02:00
|
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libxml2
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2016-10-15 02:46:23 +02:00
|
|
|
DATADIR= share/${GH_PROJECT}
|
|
|
|
DOCSDIR= share/doc/${GH_PROJECT}
|
2004-08-29 19:39:02 +02:00
|
|
|
|
2016-10-15 02:46:23 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= Qalculate
|
|
|
|
GH_PROJECT= ${PORTNAME}-gtk
|
2008-05-22 02:21:20 +02:00
|
|
|
|
2005-06-07 11:01:36 +02:00
|
|
|
.include <bsd.port.mk>
|