summaryrefslogblamecommitdiffstats
path: root/x11-toolkits/gtksourceview3/Makefile
blob: feb58bd831b183b158990c1086b68ff8f71163a5 (plain) (tree)


















                                                                                      

                       
                                     












                                                                          
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD: head/x11-toolkits/gtksourceview3/Makefile 316407 2013-04-24 07:35:40Z ak $
#   $MCom$

PORTNAME=   gtksourceview
PORTVERSION=    3.6.3
PORTREVISION?=  0
CATEGORIES= x11-toolkits gnome
MASTER_SITES=   GNOME
PKGNAMESUFFIX=  3
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A text widget that adds syntax highlighting to the GtkTextView widget

USE_XZ=     yes

.if !defined(REFERENCE_PORT)

USE_AUTOTOOLS=  libtool
USE_LDCONFIG=   yes
USES=       gettext gmake pathfix
USE_GNOME=  gnomeprefix gtk30 intlhack libxml2 ltverhack referencehack
CONFIGURE_ARGS= --enable-compile-warnings=no --enable-glade-catalog=no \
        --enable-introspection
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

post-patch:
    @${REINPLACE_CMD} -e 's|--warn-all||g' \
        ${WRKSRC}/gtksourceview/Makefile.in

.include <bsd.port.mk>

.endif