summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtksourceview/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-08-03 08:05:55 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-08-03 08:05:55 +0800
commitbd2b5efcf00d2825450c5a4dda9b724b473eac88 (patch)
treeb64e6e70d455d43a9f68180d91a62f65721cc9f9 /x11-toolkits/gtksourceview/Makefile
parent3dcede8f1cb90b24dc387632a6849036785ff27c (diff)
downloadmarcuscom-ports-bd2b5efcf00d2825450c5a4dda9b724b473eac88.tar.gz
marcuscom-ports-bd2b5efcf00d2825450c5a4dda9b724b473eac88.tar.zst
marcuscom-ports-bd2b5efcf00d2825450c5a4dda9b724b473eac88.zip
Re-add gtksourceview, at 1.1.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2593 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtksourceview/Makefile')
-rw-r--r--x11-toolkits/gtksourceview/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile
new file mode 100644
index 000000000..4633e3bd3
--- /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 <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/x11-toolkits/gtksourceview/Makefile,v 1.18 2004/07/09 17:43:05 marcus Exp $
+#
+
+PORTNAME= gtksourceview
+PORTVERSION= 1.1.0
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1
+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_GMAKE= yes
+USE_LIBTOOL_VER=15
+INSTALLS_SHLIB= yes
+USE_GNOME= gnomeprefix gnomehack libgnome libgnomeprintui
+CONFIGURE_ARGS= --enable-compile-warnings=no
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -lgnuregex"
+
+.include <bsd.port.mk>