mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Move the ORBit2 programming reference to the ORBit2-reference port.
This commit is contained in:
parent
796d76b418
commit
c7ee8973c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161871
@ -6,6 +6,7 @@
|
||||
SUBDIR += ElectricFence
|
||||
SUBDIR += ORBit
|
||||
SUBDIR += ORBit2
|
||||
SUBDIR += ORBit2-reference
|
||||
SUBDIR += SpecTcl
|
||||
SUBDIR += ZendOptimizer
|
||||
SUBDIR += a2dev
|
||||
|
5
devel/ORBit2-reference/Makefile
Normal file
5
devel/ORBit2-reference/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
REFERENCE_SRC= ${WRKSRC}/docs/api
|
||||
|
||||
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user