summaryrefslogtreecommitdiffstats
path: root/editors/gedit3/Makefile
blob: a877155b905ee858982dadfe9f281af93062f296 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# New ports collection makefile for:    gedit2
# Date created:             14 May 2002
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/editors/gedit3/Makefile,v 1.11 2011/04/05 15:26:46 kwm Exp $
#

PORTNAME=   gedit
PORTVERSION=    3.0.0
CATEGORIES= editors gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A small but powerful text editor for GNOME 3 Desktop Environment

BUILD_DEPENDS=  ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
        ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
LIB_DEPENDS=    enchant.1:${PORTSDIR}/textproc/enchant \
        peas-gtk-1.0.0:${PORTSDIR}/devel/libpeas \
        soup-2.4.1:${PORTSDIR}/devel/libsoup
RUN_DEPENDS=    ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
        ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas

USE_XORG=   sm
USE_BZIP2=  yes
USE_GETTEXT=    yes
USE_PYTHON= yes
INSTALLS_OMF=   yes
USE_LDCONFIG=   yes
USE_GMAKE=  yes
USE_AUTOTOOLS=  libtool
USE_GNOME=  gnomeprefix gnomehack intlhack gtksourceview3 libxml2 \
        desktopfileutils gnomedocutils pygobject
CONFIGURE_ARGS= --disable-updater --enable-indicator=no
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
PLIST_SUB=  VERSION="3.0"

MAN1=       gedit.1
GLIB_SCHEMAS=   org.gnome.gedit.enums.xml \
        org.gnome.gedit.gschema.xml \
        org.gnome.gedit.plugins.externaltools.gschema.xml \
        org.gnome.gedit.plugins.filebrowser.enums.xml \
        org.gnome.gedit.plugins.filebrowser.gschema.xml \
        org.gnome.gedit.plugins.pythonconsole.gschema.xml \
        org.gnome.gedit.plugins.time.enums.xml \
        org.gnome.gedit.plugins.time.gschema.xml

post-install:
    @-update-desktop-database

.include <bsd.port.mk>