# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11-toolkits/gtksourceview3/Makefile,v 1.21 2012/05/31 11:57:38 kwm Exp $ PORTNAME= gtksourceview PORTVERSION= 3.4.2 PORTREVISION?= 3 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Widget that adds syntax highlighting to GtkTextView USES= tar:xz .if !defined(REFERENCE_PORT) USES+= gettext gmake libtool:keepla pathfix pkgconfig USE_LDCONFIG= yes USE_GNOME= gnomeprefix gtk30 libxml2 intlhack referencehack GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-compile-warnings=no --enable-glade-catalog=no \ --enable-introspection CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|--warn-all||g' \ ${WRKSRC}/gtksourceview/Makefile.in .include .endif