diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-23 16:20:16 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-23 16:20:16 +0800 |
commit | 29506442fbc8edd9609316a4d173b4dee9ab3c84 (patch) | |
tree | 41bdc0254b0768001e8b9633ddc73be457d9b875 /x11-toolkits/gtksourceview3/Makefile | |
parent | b1cbc1646600a727c9a0e55dce561173b2616584 (diff) | |
download | marcuscom-ports-29506442fbc8edd9609316a4d173b4dee9ab3c84.tar marcuscom-ports-29506442fbc8edd9609316a4d173b4dee9ab3c84.tar.gz marcuscom-ports-29506442fbc8edd9609316a4d173b4dee9ab3c84.tar.bz2 marcuscom-ports-29506442fbc8edd9609316a4d173b4dee9ab3c84.tar.lz marcuscom-ports-29506442fbc8edd9609316a4d173b4dee9ab3c84.tar.xz marcuscom-ports-29506442fbc8edd9609316a4d173b4dee9ab3c84.tar.zst marcuscom-ports-29506442fbc8edd9609316a4d173b4dee9ab3c84.zip |
Add gtksourceview 3.6.3.
Submitted by: Gustau Perez (based on)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18578 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtksourceview3/Makefile')
-rw-r--r-- | x11-toolkits/gtksourceview3/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile new file mode 100644 index 000000000..11b9cee68 --- /dev/null +++ b/x11-toolkits/gtksourceview3/Makefile @@ -0,0 +1,36 @@ +# 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_GMAKE= yes +USE_AUTOTOOLS= libtool +USE_LDCONFIG= yes +USES= gettext 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 |