From 42c80bf4d2cc5479559fc4023b277c99e7b0012d Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 12 Jun 2003 08:56:33 +0000 Subject: Import gtksourceview-0.3.0. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@850 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-toolkits/gtksourceview/Makefile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 x11-toolkits/gtksourceview/Makefile (limited to 'x11-toolkits/gtksourceview/Makefile') diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile new file mode 100644 index 000000000..49314fc6d --- /dev/null +++ b/x11-toolkits/gtksourceview/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gtksourceview +# Date created: 07 May 2003 +# Whom: Joe Marcus Clarke +# +# $FreeBSD$ +# + +PORTNAME= gtksourceview +PORTVERSION= 0.3.0 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.3 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A text widget that adds syntax highlighting to the GtkTextView widget + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_REINPLACE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +USE_GNOME= gnomeprefix gnomehack libgnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lgnuregex" + +.include -- cgit