aboutsummaryrefslogtreecommitdiffstats
path: root/math/gnumeric/Makefile
blob: c05c6a2ed86de097a4121ccec0af92df937f1de3 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# New ports collection makefile for:    gnumeric
# Date created:             08 October 1998
# Whom:                 Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#   $MCom: ports-stable/math/gnumeric/Makefile,v 1.5 2010/06/29 11:24:22 kwm Exp $
#
# When updating, remember to update pkg-plist of gchemutils.

PORTNAME=   gnumeric
PORTVERSION=    1.10.17
PORTREVISION=   1
CATEGORIES= math gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    The GNOME 2 spreadsheet

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

BUILD_DEPENDS=  rarian-sk-config:${PORTSDIR}/textproc/rarian
LIB_DEPENDS=    goffice-0.8.8:${PORTSDIR}/devel/goffice \
        psiconv.10:${PORTSDIR}/converters/psiconv
RUN_DEPENDS=    rarian-sk-config:${PORTSDIR}/textproc/rarian

USE_XZ=     yes
USE_GETTEXT=    yes
USE_GMAKE=  yes
USE_GNOME=  gnomeprefix intlhack gnomehack gnomehier pygtk2 \
        desktopfileutils
WANT_GNOME= yes
USE_PYTHON= yes
INSTALLS_OMF=   yes
USE_LDCONFIG=   yes
USE_CSTD=   gnu89
WANT_PERL=  yes
INSTALLS_ICONS= yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-gnome --disable-silent-rules
CONFIGURE_ENV=  LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \
        python_prog=${PYTHON_VERSION}
CPPFLAGS+=  -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
MAKE_JOBS_SAFE= yes

GLIB_SCHEMAS=   org.gnome.gnumeric.dialogs.gschema.xml \
        org.gnome.gnumeric.gschema.xml \
        org.gnome.gnumeric.plugin.gschema.xml

MAN1=       gnumeric.1 ssconvert.1 ssindex.1 ssgrep.1

PLIST_SUB=  VERSION=${PORTVERSION} GOFFICE=0.8.17

OPTIONS=    PERL "Enable Perl as extension language" on
#GNOMEDB "Enable libgnomedb support" off

.include <bsd.port.pre.mk>

.if ${HAVE_GNOME:Mlibgnomeui}!=""
CONFIGURE_ARGS+=--with-gnome=yes
USE_GNOME+= libgnomeui libgsf_gnome
.else
CONFIGURE_ARGS+=--with-gnome=no
USE_GNOME+= libgsf
.endif

.if defined(WITH_PERL)
USE_PERL5=      yes
PLIST_SUB+=     PERL=""
.else
CONFIGURE_ARGS+=    --without-perl
PLIST_SUB+=     PERL="@comment "
.endif

#.if defined(WITH_GNOMEDB)
#USE_GNOME+=        libgnomedb
#CONFIGURE_ARGS+=   --with-gda
#PLIST_SUB+=        GNOMEDB=""
#.else
CONFIGURE_ARGS+=    --without-gda
PLIST_SUB+=     GNOMEDB="@comment "
#.endif

post-patch:
    @${RM} -f ${WRKSRC}/GNOME_Gnumeric.server.in
    @${REINPLACE_CMD} -e 's|gda-3.0 >= 3.1.1|gda-3.0 >= 3.0.1|g' \
        -e 's|gnomedb-3.0 >= 3.0.1|gnomedb-3.0 >= 3.0.0|g' \
        -e 's|gnumeric_with_gconf=true|gnumeric_with_gconf=false|g' \
            ${WRKSRC}/configure

post-install:
    ${INSTALL_DATA} ${WRKSRC}/gnumeric.desktop ${PREFIX}/share/applications
    ${INSTALL_DATA} ${WRKSRC}/gnumeric.mime ${PREFIX}/share/mime-info
    @-update-desktop-database
.for dir in share lib
    @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${dir}/gnumeric
.endfor

.include <bsd.port.post.mk>