Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / devel / glade / Makefile
1 # Created by: Koop Mast <kwm@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       glade
5 PORTVERSION=    3.18.3
6 PORTREVISION=   3
7 CATEGORIES=     devel gnome
8 MASTER_SITES=   GNOME
9 DIST_SUBDIR=    gnome3
10
11 MAINTAINER=     gnome@FreeBSD.org
12 COMMENT=        User interface builder for GTK+ 3
13
14 BUILD_DEPENDS=  itstool:textproc/itstool
15
16 CONFLICTS=      glade3-3.*
17 PORTSCOUT=      limitw:1,even
18
19 USES=           desktop-file-utils gettext gmake libtool \
20                 pathfix pkgconfig tar:xz
21 USE_GNOME=      gtk30 gnomedocutils intlhack
22 #               introspection:build
23 # temp disable, introspection generation crashes with GNOME 3.15
24 CONFIGURE_ARGS= --disable-introspection
25 INSTALLS_ICONS= yes
26 USE_LDCONFIG=   yes
27 GNU_CONFIGURE=  yes
28 CPPFLAGS+=      -I${LOCALBASE}/include -Wno-error=format-nonliteral
29 LDFLAGS+=       -L${LOCALBASE}/lib
30 INSTALL_TARGET= install-strip
31
32 DOCSDIR=        ${PREFIX}/share/doc/gladeui-2
33
34 OPTIONS_SUB=    yes
35 OPTIONS_DEFINE= PYTHON
36 OPTIONS_DEFAULT=PYTHON
37 PYTHON_CONFIGURE_ENABLE=        python
38 PYTHON_USES=    python:3
39 PYTHON_USE=     GNOME=py3gobject3
40
41 .include <bsd.port.mk>