summaryrefslogtreecommitdiffstats
path: root/x11/gnome-terminal/Makefile
blob: 9d232f7a51c992b103758a65286e23191cbf275d (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
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#   $MCom$

PORTNAME=   gnome-terminal
PORTVERSION=    3.12.3
CATEGORIES= x11 gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Terminal component for the GNOME 3 Desktop

BUILD_DEPENDS=  gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
        itstool:${PORTSDIR}/textproc/itstool \
        appdata-tools>=0:${PORTSDIR}/devel/appdata-tools 
LIB_DEPENDS=    libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
        libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
RUN_DEPENDS=    gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas

USES=       gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME=  gnomeprefix gtk30 intlhack nautilus3 vte3
USE_XORG=   sm ice
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-search-provider
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip

GLIB_SCHEMAS=   org.gnome.Terminal.gschema.xml

OPTIONS_SUB=            yes
OPTIONS_DEFINE=         MIGRATION
OPTIONS_DEFAULT=        MIGRATION
MIGRATION_CONFIGURE_ENABLE= migration
MIGRATION_USE=          GNOME=gconf2
MIGRATION_DESC=         Profile migration to gsettings (pulls in gconf2)

post-patch:
    @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \
        ${WRKSRC}/configure ${WRKSRC}/config.h.in

.include <bsd.port.mk>