Tweak x11-toolkits/p5-Wx version 0.99.23_2
[dports.git] / x11-toolkits / gtksourceview3 / Makefile
1 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       gtksourceview
5 PORTVERSION=    3.14.4
6 CATEGORIES=     x11-toolkits gnome
7 MASTER_SITES=   GNOME
8 PKGNAMESUFFIX=  3
9 DIST_SUBDIR=    gnome3
10
11 MAINTAINER=     gnome@FreeBSD.org
12 COMMENT=        Text widget that adds syntax highlighting to the GtkTextView widget
13
14 USES=           tar:xz
15
16 PORTSCOUT=      limitw:1,even
17
18 .if !defined(REFERENCE_PORT)
19
20 BUILD_DEPENDS=  vala:${PORTSDIR}/lang/vala
21
22 USES+=          gettext gmake libtool pathfix pkgconfig
23 USE_GNOME=      gnomeprefix gtk30 intlhack introspection:build \
24                 libxml2 referencehack
25 GNU_CONFIGURE=  yes
26 USE_LDCONFIG=   yes
27 CONFIGURE_ARGS= --enable-compile-warnings=no --enable-glade-catalog=no \
28                 --enable-introspection
29 CPPFLAGS+=      -I${LOCALBASE}/include
30 LIBS+=          -L${LOCALBASE}/lib
31 INSTALL_TARGET= install-strip
32
33 post-patch:
34         @${REINPLACE_CMD} -e 's|--warn-all||g' \
35                 ${WRKSRC}/gtksourceview/Makefile.in
36
37 .include <bsd.port.mk>
38
39 .endif