2007-09-16 02:52:56 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.44 2007/09/16 02:52:56 merdely Exp $
|
2001-05-06 00:12:42 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= high-performance CORBA ORB with support for the C language
|
1999-03-23 19:24:31 +00:00
|
|
|
|
2002-02-24 22:43:59 +00:00
|
|
|
DISTNAME= ORBit-0.5.13
|
2006-10-03 19:46:08 +00:00
|
|
|
PKGNAME= ${DISTNAME}p2
|
2006-10-28 11:19:20 +00:00
|
|
|
SHARED_LIBS += IDL 4.4 # .4.4
|
|
|
|
SHARED_LIBS += ORBit 5.13 # .5.13
|
|
|
|
SHARED_LIBS += ORBitutil 5.13 # .5.13
|
|
|
|
SHARED_LIBS += IIOP 5.13 # .5.13
|
|
|
|
SHARED_LIBS += ORBitCosNaming 5.13 # .5.13
|
2005-12-29 13:56:07 +00:00
|
|
|
|
1999-05-06 17:17:37 +00:00
|
|
|
CATEGORIES= devel
|
2002-11-21 02:33:59 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit/0.5/}
|
1999-03-23 19:24:31 +00:00
|
|
|
|
2000-09-04 07:28:16 +00:00
|
|
|
HOMEPAGE= http://www.labs.redhat.com/orbit/
|
|
|
|
|
2006-08-01 22:19:46 +00:00
|
|
|
LIB_DEPENDS= glib.>=1.2,gmodule.>=1.2::devel/glib \
|
2001-10-11 18:02:50 +00:00
|
|
|
popt::devel/popt
|
1999-03-23 19:24:31 +00:00
|
|
|
|
2002-11-21 02:33:59 +00:00
|
|
|
# GPL/LGPL
|
2000-03-05 18:30:21 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-11-23 11:22:00 +00:00
|
|
|
WANTLIB= c m wrap
|
2000-02-12 08:02:07 +00:00
|
|
|
|
2000-08-21 12:20:20 +00:00
|
|
|
USE_GMAKE= Yes
|
2005-12-29 13:56:07 +00:00
|
|
|
USE_LIBTOOL= Yes
|
2005-11-03 18:28:55 +00:00
|
|
|
AUTOCONF_VERSION=2.13
|
2002-05-12 18:15:14 +00:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2001-10-25 01:58:54 +00:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/popt ${WRKSRC}/libIDL
|
2000-08-21 12:20:20 +00:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_ARGS+= --enable-static --disable-indent
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
1999-03-23 19:24:31 +00:00
|
|
|
|
2000-09-16 20:01:30 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/orbit
|
2001-03-08 15:01:14 +00:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/orbitrc-sample \
|
|
|
|
${PREFIX}/share/examples/orbit
|
2000-09-16 20:01:30 +00:00
|
|
|
|
1999-03-23 19:24:31 +00:00
|
|
|
.include <bsd.port.mk>
|