mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
08c99f3ad5
Approved by: portmgr (bapt)
37 lines
895 B
Makefile
37 lines
895 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $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?= 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_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool
|
|
USE_LDCONFIG= yes
|
|
USES= pathfix gettext
|
|
USE_GNOME= gnomeprefix gtk30 libxml2 intlhack 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
|