openbsd-ports/devel/mico/Makefile
pvalchev be54d47d8c CONFIGURE_STYLE=gnu w/ proper MODGNU_CONFIG_GUESS_DIRS
needed for the powerpc -> macppc name change
2001-09-28 06:02:12 +00:00

50 lines
940 B
Makefile

# $OpenBSD: Makefile,v 1.2 2001/09/28 06:02:13 pvalchev Exp $
COMMENT= "free and complete CORBA-compliant implementation"
DISTNAME= mico-2.3.5
CATEGORIES= devel
NEED_VERSION= 1.417
HOMEPAGE= http://www.mico.org/
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= Andre S. Barbosa <andre@ravel.ufrj.br>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/admin
FAKE_FLAGS= prefix="${WRKINST}${PREFIX}"
WRKDIST= ${WRKDIR}/mico
FLAVORS=ssl qt gtk tcl
FLAVOR?=
.if ${FLAVOR:L:Mssl}
CONFIGURE_ARGS+= --with-ssl
.endif
.if ${FLAVOR:L:Mqt}
LIB_DEPENDS+= qt.2::x11/qt2
CONFIGURE_ARGS+= --with-qt
.endif
.if ${FLAVOR:L:Mgtk}
LIB_DEPENDS+= gtk.1.2::x11/gtk+
CONFIGURE_ARGS+= --with-gtk
.endif
.if ${FLAVOR:L:Mtcl}
LIB_DEPENDS+= tcl.8::lang/tcl
CONFIGURE_ARGS+= --with-tcl
.endif
.include <bsd.port.mk>