openbsd-ports/devel/ORBit2/Makefile
todd 8c4b10bce1 Import ORBit2-2.4.4
--
ORBit is a high-performance CORBA (Common Object Request Broker
Architecture) ORB (object request broker). It allows programs to
send requests and receive replies from other programs, regardless
of the locations of the two programs. CORBA is an architecture that
enables communication between program objects, regardless of the
programming language they're written in or the operating system they
run on.

WWW: http://www.labs.redhat.com/orbit/

From marcm for gnome2
2003-01-31 18:25:37 +00:00

42 lines
966 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/01/31 18:25:37 todd Exp $
COMMENT= "a high-performance CORBA Object Request Broker"
DISTNAME= ORBit2-2.4.4
CATEGORIES= devel
HOMEPAGE= http://www.labs.redhat.com/orbit/
MAINTAINER= Marc Matteo <marcm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.4/}
EXTRACT_SUFX= .tar.bz2
# fix for Alpha
.if (${MACHINE_ARCH} == "alpha")
PATCH_LIST= patch-* sup-alpha-*
.endif
MODULES= gettext
BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig
LIB_DEPENDS= IDL-2::devel/libIDL \
gmodule-2.0.0.0::devel/glib2 \
linc::devel/linc \
popt::devel/popt
SEPARATE_BUILD= concurrent
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --disable-indent
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>