openbsd-ports/devel/ORBit/Makefile

37 lines
981 B
Makefile
Raw Normal View History

2002-05-13 14:50:36 -04:00
# $OpenBSD: Makefile,v 1.31 2002/05/13 18:50:38 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
2002-02-24 17:43:59 -05:00
NEED_VERSION= 1.500
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ORBit/}
1999-03-23 14:24:31 -05:00
2000-09-04 03:28:16 -04:00
HOMEPAGE= http://www.labs.redhat.com/orbit/
2001-10-24 21:58:54 -04:00
MODULES= gettext
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
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
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>