| 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/finance/grisbi/ |
Upload File : |
PORTNAME= grisbi
PORTVERSION= 2.0.5
PORTREVISION= 2
CATEGORIES= finance
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:R}.x/${PORTVERSION}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Personal accounting application
WWW= https://www.grisbi.org/
LICENSE= GPLv2
LIB_DEPENDS= libofx.so:finance/libofx \
libharfbuzz.so:print/harfbuzz \
libfreetype.so:print/freetype2 \
libgoffice-0.10.so:devel/goffice \
libfontconfig.so:x11-fonts/fontconfig
USES= tar:bzip2 desktop-file-utils gmake gnome iconv localbase \
pkgconfig shared-mime-info ssl
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libgsf libxml2
GNU_CONFIGURE= yes
CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"
GLIB_SCHEMAS= org.gtk.grisbi.gschema.xml
OPTIONS_DEFINE= DOCS NLS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>