diff options
-rw-r--r-- | devel/libglademm/Makefile | 30 | ||||
-rw-r--r-- | devel/libglademm/distinfo | 1 | ||||
-rw-r--r-- | devel/libglademm/pkg-descr | 3 | ||||
-rw-r--r-- | devel/libglademm/pkg-plist | 21 |
4 files changed, 55 insertions, 0 deletions
diff --git a/devel/libglademm/Makefile b/devel/libglademm/Makefile new file mode 100644 index 000000000..34776b288 --- /dev/null +++ b/devel/libglademm/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: libglademm +# Date created: 22 May 2003 +# Whom: Alexander Nedotsukov <bland@mail.ru> +# +# $FreeBSD: ports/devel/libglademm/Makefile,v 1.5 2003/09/30 06:21:39 bland Exp $ +# + +PORTNAME= libglademm +PORTVERSION= 2.3.0 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3 +DIST_SUBDIR= gnome2 + +MAINTAINER= bland@FreeBSD.org +COMMENT= C++ wrapper for libglade2 library + +LIB_DEPENDS= gtkmm-2.3.2:${PORTSDIR}/x11-toolkits/gtk--2 +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomehack lthack libglade2 +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --enable-static + +PLIST_SUB= VERSION="2.3" API_VERSION="2.4" + +.include <bsd.port.mk> diff --git a/devel/libglademm/distinfo b/devel/libglademm/distinfo new file mode 100644 index 000000000..0ebc41f44 --- /dev/null +++ b/devel/libglademm/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/libglademm-2.3.0.tar.gz) = 5fbc33d0fb106a8a1691c13ef59cc53b diff --git a/devel/libglademm/pkg-descr b/devel/libglademm/pkg-descr new file mode 100644 index 000000000..4e71ae598 --- /dev/null +++ b/devel/libglademm/pkg-descr @@ -0,0 +1,3 @@ +This is a set of thin C++ wrappers for libglade v2 library. + +WWW: http://gtkmm.sourceforge.net/ diff --git a/devel/libglademm/pkg-plist b/devel/libglademm/pkg-plist new file mode 100644 index 000000000..fbef1565e --- /dev/null +++ b/devel/libglademm/pkg-plist @@ -0,0 +1,21 @@ +include/libglademm-%%API_VERSION%%/libglademm.h +include/libglademm-%%API_VERSION%%/libglademm/init.h +include/libglademm-%%API_VERSION%%/libglademm/private/xml_p.h +include/libglademm-%%API_VERSION%%/libglademm/variablesmap.h +include/libglademm-%%API_VERSION%%/libglademm/wrap_init.h +include/libglademm-%%API_VERSION%%/libglademm/xml.h +lib/libglademm-2.0/proc/m4/convert.m4 +lib/libglademm-2.0/proc/m4/convert_libglademm.m4 +lib/libglademm-%%VERSION%%.a +lib/libglademm-%%VERSION%%.so +lib/libglademm-%%VERSION%%.so.1 +lib/libglademm-%%API_VERSION%%/include/libglademmconfig.h +libdata/pkgconfig/libglademm-%%API_VERSION%%.pc +@dirrm lib/libglademm-%%API_VERSION%%/include +@dirrm lib/libglademm-%%API_VERSION%% +@dirrm lib/libglademm-2.0/proc/m4 +@dirrm lib/libglademm-2.0/proc +@dirrm lib/libglademm-2.0 +@dirrm include/libglademm-%%API_VERSION%%/libglademm/private +@dirrm include/libglademm-%%API_VERSION%%/libglademm +@dirrm include/libglademm-%%API_VERSION%% |