mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
* Remove the need for X, and instal this port in ${LOCALBASE}
* Correct the plist to include the ORBit backends Submitted by: Alexander Nedotsukov <bland@mail.ru>
This commit is contained in:
parent
5050eb35de
commit
098af8d37e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83327
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= orbitcpp
|
||||
PORTVERSION= 1.3.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
|
||||
@ -15,10 +16,8 @@ MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= C++ bindings for ORBit, a CORBA 2.2-compliant ORB
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gnomehack orbit2
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -35,6 +35,9 @@ include/orbitcpp-2.0/orbitcpp/orb-cpp/smartpointers/string_var.h
|
||||
lib/libORBit-2-cpp.a
|
||||
lib/libORBit-2-cpp.so
|
||||
lib/libORBit-2-cpp.so.6
|
||||
lib/orbit-2.0/idl-backends/libORBit-idl-backend-cpp.a
|
||||
lib/orbit-2.0/idl-backends/libORBit-idl-backend-cpp.so
|
||||
lib/orbit-2.0/idl-backends/libORBit-idl-backend-cpp.so.6
|
||||
libdata/pkgconfig/ORBit-2.0-cpp.pc
|
||||
@dirrm include/orbitcpp-2.0/orbitcpp/orb-cpp/smartpointers
|
||||
@dirrm include/orbitcpp-2.0/orbitcpp/orb-cpp
|
||||
|
Loading…
Reference in New Issue
Block a user