aboutsummaryrefslogtreecommitdiff
path: root/math/gnumeric/Makefile
blob: 0d46dd3c3ec5ccd3575fa569eeb6b4afb5df19e2 (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
# New ports collection makefile for:	gnumeric
# Date created:				08 October 1998
# Whom:					Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#   $MCom: ports/math/gnumeric/Makefile,v 1.28 2007/03/06 17:06:53 marcus Exp $
#

PORTNAME=	gnumeric
PORTVERSION=	1.7.9
PORTREVISION=	1
CATEGORIES=	math gnome
MASTER_SITES=	${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR=	gnome2

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

LIB_DEPENDS=	goffice-0.3:${PORTSDIR}/devel/goffice \
		psiconv.10:${PORTSDIR}/converters/psiconv

USE_BZIP2=	yes
USE_GETTEXT=	yes
USE_XLIB=	yes
USE_PERL5=	yes
USE_GMAKE=	yes
USE_GNOME=	gnomeprefix intlhack gnomehack gnomehier \
		libgsf_gnome pygtk2 desktopfileutils libgnomeui
USE_PYTHON=	yes
INSTALLS_OMF=	yes
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--without-guile --with-bonobo \
		--mandir=${PREFIX}/man
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
		LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \
		python_prog=${PYTHON_VERSION}

GCONF_SCHEMAS=	gnumeric-dialogs.schemas gnumeric-general.schemas \
		gnumeric-plugins.schemas

MAN1=		gnumeric.1 ssconvert.1 ssindex.1

PLIST_SUB=	VERSION=${PORTVERSION}

OPTIONS=	GNOMEDB "Enable libgnomedb support" off

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
PLIST_SUB+=	PERL="@comment "
.else
PLIST_SUB+=	PERL=""
.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

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

.include <bsd.port.post.mk>