blob: d23f49d304c1969eeaf44ee946ef8183485049b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= gtksourceview
PORTVERSION= 3.14.3
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:${PORTSDIR}/lang/vala
USES+= gettext gmake libtool pathfix pkgconfig
USE_GNOME= gnomeprefix gtk30 intlhack introspection:build \
libxml2 referencehack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-compile-warnings=no --enable-glade-catalog=no \
--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
|