openbsd-ports/devel/ORBit/Makefile

43 lines
1.1 KiB
Makefile
Raw Normal View History

2004-11-23 06:22:00 -05:00
# $OpenBSD: Makefile,v 1.35 2004/11/23 11:22:00 espie Exp $
COMMENT= "high-performance CORBA ORB with support for the C language"
1999-03-23 14:24:31 -05:00
2002-02-24 17:43:59 -05:00
DISTNAME= ORBit-0.5.13
1999-05-06 13:17:37 -04:00
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit/0.5/}
1999-03-23 14:24:31 -05:00
2000-09-04 03:28:16 -04:00
HOMEPAGE= http://www.labs.redhat.com/orbit/
# workaround for a ld.so problem on alpha w/ orbit-idl
.if (${MACHINE_ARCH} == "alpha")
PATCH_LIST= patch-* sup-alpha-*
.endif
2004-08-10 08:42:21 -04:00
MODULES= devel/gettext
2001-10-24 21:58:54 -04:00
LIB_DEPENDS= glib.1.2,gmodule.1.2::devel/glib \
popt::devel/popt
1999-03-23 14:24:31 -05:00
2000-09-23 21:23:42 -04:00
MAINTAINER= Brad Smith <brad@openbsd.org>
1999-03-23 14:24:31 -05:00
# GPL/LGPL
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-23 06:22:00 -05:00
WANTLIB= c m wrap
2000-02-12 03:02:07 -05:00
2000-08-21 08:20:20 -04:00
USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf
2001-10-24 21:58:54 -04:00
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/popt ${WRKSRC}/libIDL
2000-08-21 08:20:20 -04:00
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --disable-indent
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
1999-03-23 14:24:31 -05:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/orbit
2001-03-08 10:01:14 -05:00
${INSTALL_DATA} ${FILESDIR}/orbitrc-sample \
${PREFIX}/share/examples/orbit
1999-03-23 14:24:31 -05:00
.include <bsd.port.mk>