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
|
|
|
#
|
2009-01-13 19:18:28 +01:00
|
|
|
# !!! When updating goffice, don't forget to update pkg-plist in:
|
2013-05-06 01:08:40 +02:00
|
|
|
# science/gchemutils
|
2005-11-05 06:59:39 +01:00
|
|
|
|
|
|
|
PORTNAME= goffice
|
2011-11-22 15:46:50 +01:00
|
|
|
PORTVERSION= 0.8.17
|
2013-03-13 21:54:33 +01:00
|
|
|
PORTREVISION= 4
|
2005-11-05 06:59:39 +01:00
|
|
|
CATEGORIES= devel gnome
|
2008-05-14 20:29:01 +02:00
|
|
|
MASTER_SITES= GNOME
|
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-05-06 01:08:40 +02:00
|
|
|
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
|
2011-11-22 15:46:50 +01:00
|
|
|
|
2011-06-23 20:32:38 +02:00
|
|
|
USE_XZ= yes
|
2005-11-05 06:59:39 +01:00
|
|
|
USE_GMAKE= yes
|
2013-05-06 01:08:40 +02:00
|
|
|
USE_GNOME= gnomeprefix intlhack gtk20 libgsf ltverhack
|
|
|
|
USES= gettext pathfix pkgconfig
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
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
|
2009-01-10 06:22:13 +01:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION} \
|
|
|
|
SHORT_VER=0.8
|
2009-08-17 00:59:50 +02:00
|
|
|
|
2011-06-05 00:36:54 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2013-05-06 01:08:40 +02:00
|
|
|
OPTIONS_DEFINE= GCONF
|
|
|
|
OPTIONS_DEAFULT=GCONF
|
|
|
|
|
|
|
|
.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>
|