fd86c53663
ORBit2 2.6.3 -> 2.8.1 gconf2 2.2.1 -> 2.4.0.1 libgtop2 2.0.2 -> 2.0.5 libwnck 2.2.2 -> 2.4.0.1 vte 0.10.29 -> 0.11.10 Also removes devel/linc since it has been rolled into devel/ORBit2.
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.6 2003/10/07 05:47:57 marcm Exp $
|
|
|
|
COMMENT= "a high-performance CORBA Object Request Broker"
|
|
|
|
DISTNAME= ORBit2-2.8.1
|
|
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.8/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
# fix for Alpha
|
|
.if (${MACHINE_ARCH} == "alpha")
|
|
PATCH_LIST= patch-* sup-alpha-*
|
|
.endif
|
|
|
|
MODULES= gettext
|
|
|
|
BUILD_DEPENDS= :pkgconfig->=0.14.0:devel/pkgconfig
|
|
LIB_DEPENDS= IDL-2::devel/libIDL \
|
|
gmodule-2.0.0.0,gobject-2.0.0.0,gthread-2.0.0.0::devel/glib2 \
|
|
popt::devel/popt
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= autoconf
|
|
AUTOCONF_VERSION= 2.57
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --disable-indent
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
# XXX you can't compile this with an existing ORBit installed...
|
|
# LDFLAGS="-L${LOCALBASE}/lib" messes it up but is needed to detect popt
|
|
|
|
.include <bsd.port.mk>
|