summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgtksourceviewmm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/libgtksourceviewmm/Makefile')
-rw-r--r--x11-toolkits/libgtksourceviewmm/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-toolkits/libgtksourceviewmm/Makefile b/x11-toolkits/libgtksourceviewmm/Makefile
new file mode 100644
index 000000000..77d625d46
--- /dev/null
+++ b/x11-toolkits/libgtksourceviewmm/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: libgtksourceviewmm
+# Date created: 2006-11-11
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= libgtksourceviewmm
+PORTVERSION= 1.9.5
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= C++ binding of GtkSourceView
+
+LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
+
+USE_LDCONFIG= yes
+USE_BZIP2= yes
+USE_GNOME= gtksourceview gnomeprefix gnomehack
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBAS}/lib"
+CONFIGURE_ARGS= --disable-docs
+
+.include <bsd.port.mk>