Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / devel / goffice / Makefile
1 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
2 # $FreeBSD$
3 #   $MCom: ports/trunk/devel/goffice/Makefile 17268 2013-04-01 05:13:11Z marcus $
4
5 PORTNAME=       goffice
6 PORTVERSION=    0.8.17
7 PORTREVISION=   8
8 CATEGORIES=     devel gnome
9 MASTER_SITES=   GNOME
10 PKGNAMESUFFIX=  08
11
12 MAINTAINER=     gnome@FreeBSD.org
13 COMMENT=        GLib/GTK+ set of document centric objects and utilities
14
15 LICENSE=        GPLv2
16 LICENSE_FILE=   ${WRKSRC}/COPYING
17
18 PORTSCOUT=      ignore:1
19
20 LIB_DEPENDS=    libpcre.so:devel/pcre
21
22 USES=           gettext gmake libtool pathfix pkgconfig tar:xz
23 USE_GNOME=      gnomeprefix intlhack gtk20 libgsf
24 GNU_CONFIGURE=  yes
25 USE_LDCONFIG=   yes
26 CPPFLAGS+=      -I${LOCALBASE}/include
27 LDFLAGS+=       -L${LOCALBASE}/lib
28 INSTALL_TARGET= install-strip
29 PLIST_SUB=      VERSION=${PORTVERSION} \
30                 SHORT_VER=0.8
31
32 OPTIONS_DEFINE= GCONF
33 OPTIONS_DEFAULT=GCONF
34
35 .include <bsd.port.options.mk>
36
37 .if ${PORT_OPTIONS:MGCONF}
38 USE_GNOME+=     gconf2
39 .else
40 CONFIGURE_ARGS+=--with-config-backend=keyfile
41 .endif
42
43 .include <bsd.port.mk>