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
|
2019-03-29 12:58:29 +01:00
|
|
|
PORTVERSION= 3.0.0
|
2004-08-29 19:39:02 +02:00
|
|
|
CATEGORIES= math
|
2018-02-26 12:22:36 +01:00
|
|
|
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${PORTVERSION}/
|
|
|
|
DISTNAME= ${GH_PROJECT}-${PORTVERSION}
|
2004-08-29 19:39:02 +02:00
|
|
|
|
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
|
|
|
|
2018-02-26 12:22:36 +01:00
|
|
|
LICENSE= GPLv2+
|
2016-10-15 02:46:23 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2014-07-10 01:29:01 +02:00
|
|
|
|
2018-02-26 12:22:36 +01:00
|
|
|
LIB_DEPENDS= libqalculate.so:math/libqalculate
|
|
|
|
RUN_DEPENDS= gnuplot:math/gnuplot
|
|
|
|
|
2019-03-29 12:58:29 +01:00
|
|
|
USES= compiler:c++11-lang gettext gmake gnome \
|
2016-10-20 12:01:36 +02:00
|
|
|
libtool:build localbase pkgconfig
|
2016-10-15 02:46:23 +02:00
|
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libxml2
|
2018-02-26 12:22:36 +01:00
|
|
|
|
|
|
|
# USE_GITHUB= Use MASTER_SITES so that the pre-rolled release is downloaded
|
|
|
|
GH_ACCOUNT= Qalculate
|
|
|
|
GH_PROJECT= ${PORTNAME}-gtk
|
|
|
|
|
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
|
|
|
|
2018-02-26 12:22:36 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
post-patch-NLS-off:
|
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS =/s|po ||g' ${WRKSRC}/Makefile.in
|
2008-05-22 02:21:20 +02:00
|
|
|
|
2005-06-07 11:01:36 +02:00
|
|
|
.include <bsd.port.mk>
|