diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-13 05:15:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-13 05:15:12 +0800 |
commit | 75ceedcd8109a95542263562a8d92f810ea9f573 (patch) | |
tree | 182b63c284b1100164ee5c98150df6eef9c30563 /x11 | |
parent | d31860f9cffddc1d0a129079f7324bc0dd2bf478 (diff) | |
download | marcuscom-ports-75ceedcd8109a95542263562a8d92f810ea9f573.tar marcuscom-ports-75ceedcd8109a95542263562a8d92f810ea9f573.tar.gz marcuscom-ports-75ceedcd8109a95542263562a8d92f810ea9f573.tar.bz2 marcuscom-ports-75ceedcd8109a95542263562a8d92f810ea9f573.tar.lz marcuscom-ports-75ceedcd8109a95542263562a8d92f810ea9f573.tar.xz marcuscom-ports-75ceedcd8109a95542263562a8d92f810ea9f573.tar.zst marcuscom-ports-75ceedcd8109a95542263562a8d92f810ea9f573.zip |
Add libgnomemm and update to 2.5.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1477 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libgnomemm/Makefile | 30 | ||||
-rw-r--r-- | x11/libgnomemm/distinfo | 1 | ||||
-rw-r--r-- | x11/libgnomemm/pkg-descr | 3 | ||||
-rw-r--r-- | x11/libgnomemm/pkg-plist | 25 |
4 files changed, 59 insertions, 0 deletions
diff --git a/x11/libgnomemm/Makefile b/x11/libgnomemm/Makefile new file mode 100644 index 000000000..210efeea3 --- /dev/null +++ b/x11/libgnomemm/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: libgnomemm +# Date created: 22 May 2003 +# Whom: Alexander Nedotsukov <bland@mail.ru> +# +# $FreeBSD: ports/x11/libgnomemm/Makefile,v 1.6 2003/10/18 05:19:45 bland Exp $ +# + +PORTNAME= libgnomemm +PORTVERSION= 2.5.0 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 +DIST_SUBDIR= gnome2 + +MAINTAINER= bland@FreeBSD.org +COMMENT= C++ wrapper for libgnome 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 libgnome +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --enable-static + +PLIST_SUB= VERSION="2.5" API_VERSION="2.6" + +.include <bsd.port.mk> diff --git a/x11/libgnomemm/distinfo b/x11/libgnomemm/distinfo new file mode 100644 index 000000000..9aacff835 --- /dev/null +++ b/x11/libgnomemm/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/libgnomemm-2.5.0.tar.gz) = 39fcfb29b1509b1eda13161f08d94a54 diff --git a/x11/libgnomemm/pkg-descr b/x11/libgnomemm/pkg-descr new file mode 100644 index 000000000..4e71ae598 --- /dev/null +++ b/x11/libgnomemm/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/x11/libgnomemm/pkg-plist b/x11/libgnomemm/pkg-plist new file mode 100644 index 000000000..db8535358 --- /dev/null +++ b/x11/libgnomemm/pkg-plist @@ -0,0 +1,25 @@ +include/libgnomemm-%%API_VERSION%%/libgnomemm.h +include/libgnomemm-%%API_VERSION%%/libgnomemm/init.h +include/libgnomemm-%%API_VERSION%%/libgnomemm/main.h +include/libgnomemm-%%API_VERSION%%/libgnomemm/moduleinfo.h +include/libgnomemm-%%API_VERSION%%/libgnomemm/private/main_p.h +include/libgnomemm-%%API_VERSION%%/libgnomemm/private/moduleinfo_p.h +include/libgnomemm-%%API_VERSION%%/libgnomemm/private/program_p.h +include/libgnomemm-%%API_VERSION%%/libgnomemm/program.h +include/libgnomemm-%%API_VERSION%%/libgnomemm/wrap_init.h +lib/libgnomemm-2.0/proc/m4/convert.m4 +lib/libgnomemm-2.0/proc/m4/convert_libgnomemm.m4 +lib/libgnomemm-%%VERSION%%.a +lib/libgnomemm-%%VERSION%%.so +lib/libgnomemm-%%VERSION%%.so.1 +lib/libgnomemm-%%API_VERSION%%/include/libgnomemmconfig.h +libdata/pkgconfig/libgnomemm-%%API_VERSION%%.pc +@dirrm libdata/pkgconfig +@dirrm lib/libgnomemm-%%API_VERSION%%/include +@dirrm lib/libgnomemm-%%API_VERSION%% +@dirrm lib/libgnomemm-2.0/proc/m4 +@dirrm lib/libgnomemm-2.0/proc +@dirrm lib/libgnomemm-2.0 +@dirrm include/libgnomemm-%%API_VERSION%%/libgnomemm/private +@dirrm include/libgnomemm-%%API_VERSION%%/libgnomemm +@dirrm include/libgnomemm-%%API_VERSION%% |