summaryrefslogtreecommitdiffstats
path: root/devel/goffice/Makefile
blob: 582e7bf57e0d73d80c93c6d270e0c20d6ddb18b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    goffice
# Date created:             07 June 2005
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   goffice
PORTVERSION=    0.0.2
CATEGORIES= devel gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.0

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GLib/GTK+ set of document centric objects and utilities

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_X_PREFIX=   yes
USE_GNOME=  gnomeprefix gnomehack intlhack libgnomeprint libglade2 \
        libgsf_gnome
USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>