freebsd-ports/x11-toolkits/gtksourceview3/Makefile
Koop Mast 996446cb61 Update gtksourceview3 to 3.22.2.
Record missing depends.
-ref: drop $MCom$ tag.
-ref: mention correct port in pkg-descr where the docs come from.

Obtained from:	gnome devel repo
2017-05-12 19:11:02 +00:00

41 lines
971 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= gtksourceview
PORTVERSION= 3.22.2
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
PKGNAMESUFFIX= 3
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget
USES= tar:xz
PORTSCOUT= limitw:1,even
.if !defined(REFERENCE_PORT)
BUILD_DEPENDS= vala:lang/vala
USES+= gettext gmake gnome libtool pathfix pkgconfig
USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intlhack \
introspection:build libxml2 referencehack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-compile-warnings=no \
--enable-glade-catalog=no \
--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
--enable-introspection
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e 's|--warn-all||g' \
${WRKSRC}/gtksourceview/Makefile.in
.include <bsd.port.mk>
.endif