mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
2 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= orbitcpp
|
PORTNAME= orbitcpp
|
||||||
PORTVERSION= 1.3.6
|
PORTVERSION= 1.3.6
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
|
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
|
COMMENT= C++ bindings for ORBit, a CORBA 2.2-compliant ORB
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_X_PREFIX= yes
|
|
||||||
USE_GNOME= gnomehack orbit2
|
USE_GNOME= gnomehack orbit2
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.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.a
|
||||||
lib/libORBit-2-cpp.so
|
lib/libORBit-2-cpp.so
|
||||||
lib/libORBit-2-cpp.so.6
|
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
|
libdata/pkgconfig/ORBit-2.0-cpp.pc
|
||||||
@dirrm include/orbitcpp-2.0/orbitcpp/orb-cpp/smartpointers
|
@dirrm include/orbitcpp-2.0/orbitcpp/orb-cpp/smartpointers
|
||||||
@dirrm include/orbitcpp-2.0/orbitcpp/orb-cpp
|
@dirrm include/orbitcpp-2.0/orbitcpp/orb-cpp
|
||||||
|
|
Loading…
Add table
Reference in a new issue