mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
1bfd4f1bae
PR: 221791 Submitted by: rozhuk.im@gmail.com Relnotes: https://download.gnome.org/sources/gnome-calculator/3.26/gnome-calculator-3.26.0.news
34 lines
755 B
Makefile
34 lines
755 B
Makefile
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-calculator
|
|
PORTVERSION= 3.26.0
|
|
CATEGORIES= math gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME 3 calculator tool
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool \
|
|
vala:lang/vala
|
|
LIB_DEPENDS= libmpfr.so:math/mpfr \
|
|
libgmp.so:math/gmp \
|
|
libmpc.so:math/mpc \
|
|
libsoup-2.4.so:devel/libsoup
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= compiler:c11 gettext gmake gnome libtool \
|
|
localbase pkgconfig tar:xz
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 gtksourceview3 intltool
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
GLIB_SCHEMAS= org.gnome.calculator.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|