summaryrefslogtreecommitdiffstats
path: root/devel/goffice010/Makefile
blob: 870eadf559bd9933e8f0656dbfcae9e14404b1eb (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
35
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/trunk/devel/goffice/Makefile 18385 2013-04-22 12:56:25Z kwm $

PORTNAME=	goffice
PORTVERSION=	0.10.11
CATEGORIES=	devel gnome
MASTER_SITES=	GNOME
PKGNAMESUFFIX=	010

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	GLib/GTK+ set of document centric objects and utilities

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USE_XZ=		yes
USE_GNOME=	gnomeprefix gtk30 intlhack libgsf librsvg2
USES=		gettext gmake libtool pathfix pkgconfig
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
INSTALL_TARGET=	install-strip
CONFIGURE_ARGS=	--with-lasem=no --with-config-backend=gsettings
CONFIGURE_ARGS+=--enable-compile-warnings=no

PLIST_SUB=	VERSION=${PORTVERSION} SHORT_VER=${SHORT_VER} \
		LIBVERSION=10.0.11
SHORT_VER=	0.10

post-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/goffice/${SHORT_VER}/plugins

.include <bsd.port.mk>
OpenPOWER on IntegriCloud