2013-05-06 01:08:40 +02:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2005-11-05 06:59:39 +01:00
|
|
|
# $FreeBSD$
|
2013-05-06 01:08:40 +02:00
|
|
|
# $MCom: ports/trunk/devel/goffice/Makefile 17268 2013-04-01 05:13:11Z marcus $
|
2005-11-05 06:59:39 +01:00
|
|
|
|
|
|
|
PORTNAME= goffice
|
2011-11-22 15:46:50 +01:00
|
|
|
PORTVERSION= 0.8.17
|
2014-05-19 15:50:50 +02:00
|
|
|
PORTREVISION= 8
|
2005-11-05 06:59:39 +01:00
|
|
|
CATEGORIES= devel gnome
|
2008-05-14 20:29:01 +02:00
|
|
|
MASTER_SITES= GNOME
|
2013-11-27 18:12:44 +01:00
|
|
|
PKGNAMESUFFIX= 08
|
2005-11-05 06:59:39 +01:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= GLib/GTK+ set of document centric objects and utilities
|
|
|
|
|
2010-07-25 12:35:43 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2011-11-22 15:46:50 +01:00
|
|
|
|
2013-06-28 18:53:57 +02:00
|
|
|
PORTSCOUT= ignore
|
|
|
|
|
2013-11-27 18:12:44 +01:00
|
|
|
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
2011-11-22 15:46:50 +01:00
|
|
|
|
2014-05-19 15:50:50 +02:00
|
|
|
USES= gettext gmake libtool pathfix pkgconfig tar:xz
|
2014-05-17 23:43:04 +02:00
|
|
|
USE_GNOME= gnomeprefix intlhack gtk20 libgsf
|
2013-11-27 18:12:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-11-05 04:45:05 +01:00
|
|
|
USE_LDCONFIG= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2014-05-17 23:43:04 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2009-01-10 06:22:13 +01:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION} \
|
|
|
|
SHORT_VER=0.8
|
2009-08-17 00:59:50 +02:00
|
|
|
|
2013-05-06 01:08:40 +02:00
|
|
|
OPTIONS_DEFINE= GCONF
|
2013-06-06 22:24:27 +02:00
|
|
|
OPTIONS_DEFAULT=GCONF
|
2013-05-06 01:08:40 +02:00
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MGCONF}
|
2011-06-05 00:36:54 +02:00
|
|
|
USE_GNOME+= gconf2
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--with-config-backend=keyfile
|
|
|
|
.endif
|
|
|
|
|
2005-11-05 06:59:39 +01:00
|
|
|
.include <bsd.port.mk>
|