diff options
Diffstat (limited to 'devel/ORBit2')
-rw-r--r-- | devel/ORBit2/Makefile | 11 | ||||
-rw-r--r-- | devel/ORBit2/pkg-plist | 13 |
2 files changed, 9 insertions, 15 deletions
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 |