diff options
Diffstat (limited to 'x11-toolkits/gnomemm')
-rw-r--r-- | x11-toolkits/gnomemm/Makefile | 30 | ||||
-rw-r--r-- | x11-toolkits/gnomemm/pkg-descr | 5 | ||||
-rw-r--r-- | x11-toolkits/gnomemm/pkg-plist | 1 |
3 files changed, 36 insertions, 0 deletions
diff --git a/x11-toolkits/gnomemm/Makefile b/x11-toolkits/gnomemm/Makefile new file mode 100644 index 000000000000..a36096025c26 --- /dev/null +++ b/x11-toolkits/gnomemm/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: gnomemm +# Date created: 21 May 2003 +# Whom: Alexander Nedotsukov <bland@mail.ru> +# +# $FreeBSD$ +# + +PORTNAME= gnomemm +PORTVERSION= 1.3.16 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty + + +MAINTAINER= bland@mail.ru +COMMENT= The "meta-port" for the powerful C++ bindings to the GNOME2 libraries + +LIB_DEPENDS= bonobomm_servers-1.3:${PORTSDIR}/devel/libbonobomm \ + bonobouimm_servers-1.3:${PORTSDIR}/x11-toolkits/libbonobouimm \ + glademm-2.0:${PORTSDIR}/devel/libglademm \ + gnomecanvasmm-2.0:${PORTSDIR}/graphics/libgnomecanvasmm \ + gnomemm-1.3:${PORTSDIR}/x11/libgnomemm \ + gnomeuimm-1.3:${PORTSDIR}/x11-toolkits/libgnomeuimm + +NO_BUILD= yes + +do-install: # empty + +.include <bsd.port.mk> diff --git a/x11-toolkits/gnomemm/pkg-descr b/x11-toolkits/gnomemm/pkg-descr new file mode 100644 index 000000000000..74ad5f936da5 --- /dev/null +++ b/x11-toolkits/gnomemm/pkg-descr @@ -0,0 +1,5 @@ +Gnomemm (Previously known as Gnome--) is a set of powerful C++ bindings +for the GNOME libraries, which provide additional functionality +above GTK+/gtkmm. + +WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/gnomemm/pkg-plist b/x11-toolkits/gnomemm/pkg-plist new file mode 100644 index 000000000000..549a621fec0c --- /dev/null +++ b/x11-toolkits/gnomemm/pkg-plist @@ -0,0 +1 @@ +@comment this plist intentionally left empty |