openbsd-ports/devel/ORBit2/Makefile
ajacoutot 0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00

40 lines
862 B
Makefile

# $OpenBSD: Makefile,v 1.50 2012/09/01 14:36:56 ajacoutot Exp $
COMMENT= high-performance CORBA Object Request Broker
GNOME_PROJECT= ORBit2
GNOME_VERSION= 2.14.19
REVISION= 3
SHARED_LIBS += ORBit-2 3.0 # .1.0
SHARED_LIBS += ORBitCosNaming-2 3.0 # .1.0
SHARED_LIBS += ORBit-imodule-2 2.1 # .0.0
CATEGORIES= devel
HOMEPAGE= http://www.gnome.org/projects/ORBit2/
# LGPLv2/GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
EXTRACT_SUFX= .tar.bz2
WANTLIB += IDL-2 c ffi glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += m pcre pthread
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS = devel/libIDL \
devel/glib2
REGRESS_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH}
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.67
.include <bsd.port.mk>