aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/genius/Makefile
blob: cb1cdc10fa2441ffe91903058136ee027a2a5902 (plain) (blame)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Created by: Andrey Zakhvatov
# $FreeBSD$

PORTNAME=   genius
PORTVERSION=    1.0.22
CATEGORIES= deskutils gnome
MASTER_SITES=   GNOME \
        http://ftp.5z.com/pub/genius/

MAINTAINER= woodsb02@FreeBSD.org
COMMENT=    Arbitrary precision calculator for Gnome Desktop Environment

LICENSE=    GPLv3
LICENSE_FILE=   ${WRKSRC}/COPYING

BUILD_DEPENDS=  rarian-sk-config:textproc/rarian
LIB_DEPENDS=    libfontconfig.so:x11-fonts/fontconfig \
        libfreetype.so:print/freetype2 \
        libgmp.so:math/gmp \
        libmpfr.so:math/mpfr
RUN_DEPENDS=    rarian-sk-config:textproc/rarian

USES=       desktop-file-utils gmake libtool pathfix pkgconfig \
        readline shared-mime-info tar:xz
USE_GNOME=  cairo gnomedocutils gnomeprefix gtksourceview2 gnomevfs2 vte intltool
USE_XORG=   x11 xext
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-extra-gcc-optimization \
        --disable-update-mimedb \
        --disable-scrollkeeper
INSTALL_TARGET= install-strip
USE_LDCONFIG=   yes
INSTALLS_ICONS= yes
INSTALLS_OMF=   yes

OPTIONS_DEFINE=     NLS
OPTIONS_SUB=        yes

NLS_USES=       gettext
NLS_CONFIGURE_ENABLE=   nls

CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

post-patch:
    @${FIND} ${WRKSRC}/gtkextra -name "*.c" | ${XARGS} \
        ${REINPLACE_CMD} -e 's|inline gint|gint|'

.include <bsd.port.mk>