diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gsettings-desktop-schemas/Makefile | 4 | ||||
-rw-r--r-- | devel/libIDL/Makefile | 32 | ||||
-rw-r--r-- | devel/libIDL/distinfo | 2 | ||||
-rw-r--r-- | devel/libIDL/pkg-descr | 7 | ||||
-rw-r--r-- | devel/libIDL/pkg-plist | 9 |
5 files changed, 52 insertions, 2 deletions
diff --git a/devel/gsettings-desktop-schemas/Makefile b/devel/gsettings-desktop-schemas/Makefile index ce5421601..c7071631f 100644 --- a/devel/gsettings-desktop-schemas/Makefile +++ b/devel/gsettings-desktop-schemas/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gsettings-desktop-schemas/Makefile,v 1.15 2011/09/19 18:42:49 kwm Exp $ +# $MCom: ports/devel/gsettings-desktop-schemas/Makefile,v 1.16 2011/10/07 22:08:49 kwm Exp $ # PORTNAME= gsettings-desktop-schemas @@ -23,7 +23,7 @@ USE_XZ= yes USE_GETTEXT= yes USE_GMAKE= yes USE_PERL_BUILD= yes -USE_GNOME= gnomehack intltool glib20 +USE_GNOME= gnomehack intltool glib20 pkgconfig GNU_CONFIGURE= yes GLIB_SCHEMAS= org.gnome.desktop.a11y.applications.gschema.xml \ diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile new file mode 100644 index 000000000..ec3aedcfc --- /dev/null +++ b/devel/libIDL/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: libIDL +# Date Created: 12 February 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= libIDL +PORTVERSION= 0.8.14 +PORTREVISION= 1 +CATEGORIES= devel +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A library for creating trees of CORBA IDL files + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GETTEXT= yes +USE_BISON= build +USE_GNOME= gnomehack glib20 pkgconfig +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +INFO= libIDL2 + +.include <bsd.port.mk> diff --git a/devel/libIDL/distinfo b/devel/libIDL/distinfo new file mode 100644 index 000000000..5879c1fe9 --- /dev/null +++ b/devel/libIDL/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome2/libIDL-0.8.14.tar.bz2) = c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220 +SIZE (gnome2/libIDL-0.8.14.tar.bz2) = 427149 diff --git a/devel/libIDL/pkg-descr b/devel/libIDL/pkg-descr new file mode 100644 index 000000000..d681c4203 --- /dev/null +++ b/devel/libIDL/pkg-descr @@ -0,0 +1,7 @@ +libIDL is a library for creating trees of CORBA Interface Definition Language +(IDL) files, which is a specification for defining portable interfaces. +libIDL was initially written for ORBit (the ORB from the GNOME project, and +the primary means of libIDL distribution). However, the functionality was +designed to be as reusable and portable as possible. + +WWW: http://www.gnome.org/ diff --git a/devel/libIDL/pkg-plist b/devel/libIDL/pkg-plist new file mode 100644 index 000000000..5b9fcbbae --- /dev/null +++ b/devel/libIDL/pkg-plist @@ -0,0 +1,9 @@ +bin/libIDL-config-2 +include/libIDL-2.0/libIDL/IDL.h +lib/libIDL-2.a +lib/libIDL-2.la +lib/libIDL-2.so +lib/libIDL-2.so.0 +libdata/pkgconfig/libIDL-2.0.pc +@dirrm include/libIDL-2.0/libIDL +@dirrm include/libIDL-2.0 |