diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-05-10 10:58:32 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-05-10 10:58:32 +0800 |
commit | 0c1ef0a61ea2690479ce0bcc5109b3a11d125546 (patch) | |
tree | bf3ceab86c8a3d39544950beab2c1139e333e9f7 /devel | |
parent | a83773a71a3ef3cbbac5533826cd88f4ebbd7382 (diff) | |
download | freebsd-ports-gnome-0c1ef0a61ea2690479ce0bcc5109b3a11d125546.tar.gz freebsd-ports-gnome-0c1ef0a61ea2690479ce0bcc5109b3a11d125546.tar.zst freebsd-ports-gnome-0c1ef0a61ea2690479ce0bcc5109b3a11d125546.zip |
Move the ORBit2 programming reference to the ORBit2-reference port.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/ORBit2-reference/Makefile | 5 | ||||
-rw-r--r-- | devel/ORBit2/Makefile | 11 | ||||
-rw-r--r-- | devel/ORBit2/pkg-plist | 13 |
4 files changed, 15 insertions, 15 deletions
diff --git a/devel/Makefile b/devel/Makefile index c8d8e6226501..c8d4ed56f164 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6,6 +6,7 @@ SUBDIR += ElectricFence SUBDIR += ORBit SUBDIR += ORBit2 + SUBDIR += ORBit2-reference SUBDIR += SpecTcl SUBDIR += ZendOptimizer SUBDIR += a2dev diff --git a/devel/ORBit2-reference/Makefile b/devel/ORBit2-reference/Makefile new file mode 100644 index 000000000000..087c720a04aa --- /dev/null +++ b/devel/ORBit2-reference/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +REFERENCE_SRC= ${WRKSRC}/docs/api + +.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index fa9264c1ccc0..b0a0d871e0f5 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -16,13 +16,18 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= High-performance CORBA ORB with support for the C language +USE_BZIP2= yes + +.if !defined(REFERENCE_PORT) + +PORTREVISION= 1 + LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt -USE_BZIP2= yes USE_GMAKE= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack libidl ltverhack +USE_GNOME= gnomehack libidl ltverhack referencehack CONFIGURE_ARGS= --disable-indent \ --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc @@ -44,3 +49,5 @@ post-install: @${MKDIR} ${PREFIX}/lib/orbit-2.0/idl-backends .include <bsd.port.mk> + +.endif diff --git a/devel/ORBit2/pkg-plist b/devel/ORBit2/pkg-plist index 8de5ef0a24c5..7730e1f92b2e 100644 --- a/devel/ORBit2/pkg-plist +++ b/devel/ORBit2/pkg-plist @@ -67,23 +67,10 @@ libdata/pkgconfig/ORBit-CosNaming-2.0.pc libdata/pkgconfig/ORBit-idl-2.0.pc libdata/pkgconfig/ORBit-imodule-2.0.pc share/aclocal/ORBit2.m4 -%%DOCSDIR%%/ORBit2-orbit2-allocators.html -%%DOCSDIR%%/ORBit2-orbit2-small.html -%%DOCSDIR%%/ORBit2.devhelp -%%DOCSDIR%%/ORBit2.devhelp2 -%%DOCSDIR%%/general.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png share/idl/orbit-2.0/CosNaming.idl @dirrm share/idl/orbit-2.0 @exec /bin/mkdir -p %D/lib/orbit-2.0/idl-backends @dirrmtry share/idl -@dirrm %%DOCSDIR%% @dirrmtry lib/orbit-2.0/idl-backends @dirrmtry lib/orbit-2.0 @dirrm include/orbit-2.0/orbit/util |