blob: 905d636aa6c0b98f8e70d39d3a5c18a039325495 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= gnome-calculator
PORTVERSION= 3.26.0
PORTREVISION= 1
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>
|