diff options
author | romain <romain@FreeBSD.org> | 2012-10-16 21:21:28 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2012-10-16 21:21:28 +0800 |
commit | 54fe699472bc806b0c2ae8d5b9c70479cbe32042 (patch) | |
tree | 2d5e01e9ca19acbe57f92978e87a89ba55f1675a /x11-toolkits | |
parent | 088e5dbfe5cc86a2b1e5840c4dd2d6124c7e57fe (diff) | |
download | freebsd-ports-gnome-54fe699472bc806b0c2ae8d5b9c70479cbe32042.tar.gz freebsd-ports-gnome-54fe699472bc806b0c2ae8d5b9c70479cbe32042.tar.zst freebsd-ports-gnome-54fe699472bc806b0c2ae8d5b9c70479cbe32042.zip |
Gtk# Beans aims to fill the gap between the current Gtk# packages state and all
the blings and desktop integration stuffs anyone would want to use.
It builds on top of Gtk# and extend it by adding new classes and extension
methods.
WWW: http://gitorious.org/gtk-sharp-beans
Feature safe: yes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp-beans/Makefile | 24 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp-beans/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp-beans/pkg-descr | 7 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp-beans/pkg-plist | 6 |
5 files changed, 40 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index f6080696e94c..bf7e9ae69a7c 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -47,6 +47,7 @@ SUBDIR += gnustep-gui SUBDIR += gnustep-xdps SUBDIR += gstreamer-plugins-pango + SUBDIR += gtk-sharp-beans SUBDIR += gtk-sharp10 SUBDIR += gtk-sharp20 SUBDIR += gtk12 diff --git a/x11-toolkits/gtk-sharp-beans/Makefile b/x11-toolkits/gtk-sharp-beans/Makefile new file mode 100644 index 000000000000..1707dca220ba --- /dev/null +++ b/x11-toolkits/gtk-sharp-beans/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= gtk-sharp-beans +PORTVERSION= 2.14.1 +CATEGORIES= x11-toolkits +MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ + +MAINTAINER= mono@FreeBSD.org +COMMENT= Extensions on top of GTK-sharp + +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gio-sharp-2.0.pc:${PORTSDIR}/devel/gio-sharp +RUN_DEPENDS:= ${BUILD_DEPENDS} + +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GMAKE= yes + +.include <bsd.port.pre.mk> + +post-extract: + ${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(libdir)data/pkgconfig|' \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.post.mk> diff --git a/x11-toolkits/gtk-sharp-beans/distinfo b/x11-toolkits/gtk-sharp-beans/distinfo new file mode 100644 index 000000000000..78b61623c329 --- /dev/null +++ b/x11-toolkits/gtk-sharp-beans/distinfo @@ -0,0 +1,2 @@ +SHA256 (gtk-sharp-beans-2.14.1.tar.bz2) = 7f1e23fa7b24d28284e0d238a759fbef23847e657435ae6a832f1b6ab91a533a +SIZE (gtk-sharp-beans-2.14.1.tar.bz2) = 64540 diff --git a/x11-toolkits/gtk-sharp-beans/pkg-descr b/x11-toolkits/gtk-sharp-beans/pkg-descr new file mode 100644 index 000000000000..bda2b25007dc --- /dev/null +++ b/x11-toolkits/gtk-sharp-beans/pkg-descr @@ -0,0 +1,7 @@ +Gtk# Beans aims to fill the gap between the current Gtk# packages state and all +the blings and desktop integration stuffs anyone would want to use. + +It builds on top of Gtk# and extend it by adding new classes and extension +methods. + +WWW: http://gitorious.org/gtk-sharp-beans diff --git a/x11-toolkits/gtk-sharp-beans/pkg-plist b/x11-toolkits/gtk-sharp-beans/pkg-plist new file mode 100644 index 000000000000..a0001bceec31 --- /dev/null +++ b/x11-toolkits/gtk-sharp-beans/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +lib/gtk-sharp-beans/gtk-sharp-beans.dll.config +lib/gtk-sharp-beans/gtk-sharp-beans.dll +lib/gtk-sharp-beans/gtk-sharp-beans.dll.mdb +libdata/pkgconfig/gtk-sharp-beans-2.0.pc +@dirrm lib/gtk-sharp-beans |