ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/goffice/Makefile
Revision: 19812
Committed: Wed Aug 19 01:26:01 2015 UTC (8 years, 8 months ago) by laffer1
File size: 818 byte(s)
Log Message:
bump

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= goffice
4 PORTVERSION= 0.8.17
5 PORTREVISION= 3
6 CATEGORIES= devel gnome
7 MASTER_SITES= GNOME
8 PKGNAMESUFFIX= 08
9
10 MAINTAINER= ports@MidnightBSD.org
11 COMMENT= GLib/GTK+ set of document centric objects and utilities
12
13 LICENSE= gpl2
14 LICENSE_FILE= ${WRKSRC}/COPYING
15
16 LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
17
18 USES= gettext gmake libtool pathfix pkgconfig tar:xz
19 USE_GNOME= gnomeprefix intlhack gtk20 libgsf
20 GNU_CONFIGURE= yes
21 USE_LDCONFIG= yes
22 CPPFLAGS+= -I${LOCALBASE}/include
23 LDFLAGS+= -L${LOCALBASE}/lib
24 INSTALL_TARGET= install-strip
25 PLIST_SUB= VERSION=${PORTVERSION} \
26 SHORT_VER=0.8
27
28 OPTIONS_DEFINE= GCONF
29 OPTIONS_DEFAULT=GCONF
30
31 .include <bsd.mport.options.mk>
32
33 .if ${PORT_OPTIONS:MGCONF}
34 USE_GNOME+= gconf2
35 .else
36 CONFIGURE_ARGS+=--with-config-backend=keyfile
37 .endif
38
39 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H