2006-09-18 07:40:06 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2006/09/18 11:40:07 espie Exp $
|
2003-01-31 13:25:37 -05:00
|
|
|
|
2003-12-04 18:07:25 -05:00
|
|
|
COMMENT= "high-performance CORBA Object Request Broker"
|
2003-01-31 13:25:37 -05:00
|
|
|
|
2005-05-24 17:38:07 -04:00
|
|
|
DISTNAME= ORBit2-2.12.2
|
2006-07-19 11:11:53 -04:00
|
|
|
PKGNAME= ${DISTNAME}p2
|
2006-01-02 12:04:20 -05:00
|
|
|
SHARED_LIBS= ORBit-2 0.0 \
|
|
|
|
ORBit-imodule-2 0.0 \
|
|
|
|
ORBitCosNaming-2 0.0
|
|
|
|
|
2003-01-31 13:25:37 -05:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
2006-07-19 11:11:53 -04:00
|
|
|
HOMEPAGE= http://www.gnome.org/projects/ORBit2/
|
2003-01-31 13:25:37 -05:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2006-09-18 07:40:06 -04:00
|
|
|
WANTLIB= c glib-2.0 m pthread
|
2003-01-31 13:25:37 -05:00
|
|
|
|
2004-12-10 15:33:58 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.12/}
|
2003-01-31 13:25:37 -05:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
# fix for Alpha
|
|
|
|
.if (${MACHINE_ARCH} == "alpha")
|
|
|
|
PATCH_LIST= patch-* sup-alpha-*
|
|
|
|
.endif
|
|
|
|
|
2004-08-10 08:42:21 -04:00
|
|
|
MODULES= devel/gettext
|
2003-10-07 01:47:57 -04:00
|
|
|
|
2003-06-12 15:35:55 -04:00
|
|
|
BUILD_DEPENDS= :pkgconfig->=0.14.0:devel/pkgconfig
|
2003-01-31 13:25:37 -05:00
|
|
|
LIB_DEPENDS= IDL-2::devel/libIDL \
|
2006-09-18 07:40:06 -04:00
|
|
|
gmodule-2.0,gobject-2.0,gthread-2.0::devel/glib2 \
|
2003-01-31 13:25:37 -05:00
|
|
|
popt::devel/popt
|
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
2005-05-24 17:38:07 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2003-10-07 01:47:57 -04:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2004-05-06 02:02:30 -04:00
|
|
|
AUTOCONF_VERSION= 2.59
|
2003-01-31 13:25:37 -05:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_ARGS+= --disable-indent
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2003-10-07 01:47:57 -04:00
|
|
|
# XXX you can't compile this with an existing ORBit installed...
|
|
|
|
# LDFLAGS="-L${LOCALBASE}/lib" messes it up but is needed to detect popt
|
|
|
|
|
2003-01-31 13:25:37 -05:00
|
|
|
.include <bsd.port.mk>
|