1998-08-19 08:15:08 +02:00
|
|
|
# New ports collection makefile for: orbit
|
|
|
|
# Date Created: 16 Aug 1998
|
|
|
|
# Whom: Chia-liang Kao <clkao@CirX.ORG>
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1998-08-19 08:15:08 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= ORBit
|
2002-06-07 21:42:22 +02:00
|
|
|
PORTVERSION= 0.5.17
|
2004-02-04 05:36:30 +01:00
|
|
|
PORTREVISION= 2
|
1999-01-31 17:57:13 +01:00
|
|
|
CATEGORIES= devel gnome
|
1999-01-27 09:31:54 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 19:07:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/ORBit/0.5
|
2002-03-12 22:56:07 +01:00
|
|
|
DIST_SUBDIR= gnome
|
1998-08-19 08:15:08 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= High-performance CORBA ORB with support for the C language
|
1998-08-19 08:15:08 +02:00
|
|
|
|
2002-03-12 22:56:07 +01:00
|
|
|
USE_BZIP2= yes
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
1999-05-30 05:35:14 +02:00
|
|
|
USE_GMAKE= yes
|
2003-08-17 06:11:50 +02:00
|
|
|
USE_GNOME= glib12 gnometarget
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:13:inc
|
2002-06-07 21:42:22 +02:00
|
|
|
LIBTOOLFILES= configure popt/configure libIDL/configure
|
1998-08-19 08:15:08 +02:00
|
|
|
CONFIGURE_ARGS= --disable-indent
|
2000-10-05 08:23:01 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-08-17 06:11:50 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
INFO= libIDL
|
1998-08-19 08:15:08 +02:00
|
|
|
|
2003-10-11 06:37:23 +02:00
|
|
|
CONFLICTS= ORBacus-*
|
|
|
|
|
2001-10-29 18:05:04 +01:00
|
|
|
post-patch:
|
|
|
|
@${TOUCH} ${WRKSRC}/configure
|
|
|
|
|
2000-09-15 17:20:13 +02:00
|
|
|
post-install:
|
2002-01-29 11:16:28 +01:00
|
|
|
@${ECHO_CMD} "ORBIIOPIPv4=0" > ${PREFIX}/etc/orbitrc.default
|
|
|
|
@${ECHO_CMD} "ORBIIOPIPv6=0" >> ${PREFIX}/etc/orbitrc.default
|
2000-10-03 03:40:00 +02:00
|
|
|
@if [ ! -f ${PREFIX}/etc/orbitrc ]; then \
|
|
|
|
${CP} -p ${PREFIX}/etc/orbitrc.default ${PREFIX}/etc/orbitrc ; \
|
|
|
|
fi
|
2000-09-15 17:20:13 +02:00
|
|
|
|
1998-08-19 08:15:08 +02:00
|
|
|
.include <bsd.port.mk>
|