Import textproc/cl-meta-sbcl version 0.1_14,1
[dports.git] / devel / goffice010 / Makefile
1 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       goffice
5 PORTVERSION=    0.10.18
6 CATEGORIES=     devel gnome
7 MASTER_SITES=   GNOME
8 PKGNAMESUFFIX=  010
9
10 MAINTAINER=     gnome@FreeBSD.org
11 COMMENT=        GLib/GTK+ set of document centric objects and utilities
12
13 LICENSE=        GPLv2
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 USE_GNOME=      gtk30 intlhack introspection:build libgsf librsvg2 libxslt
17 USES=           gettext gmake libtool pathfix pkgconfig tar:xz
18 USE_XORG=       xrender xext
19 GNU_CONFIGURE=  yes
20 USE_LDCONFIG=   yes
21 CPPFLAGS+=      -I${LOCALBASE}/include
22 LDFLAGS+=       -L${LOCALBASE}/lib
23 INSTALL_TARGET= install-strip
24 CONFIGURE_ARGS= --with-lasem=no --with-config-backend=gsettings \
25                 --enable-compile-warnings=no \
26                 --enable-introspection
27
28 PLIST_SUB=      VERSION=${PORTVERSION} SHORT_VER=${PORTVERSION:R}
29
30 post-install:
31         @${MKDIR} ${STAGEDIR}${PREFIX}/lib/goffice/${SHORT_VER}/plugins
32         @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoffice-0.10.so.*
33         @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/goffice/${PORTVERSION}/plugins/*/*.so
34
35 .include <bsd.port.mk>