openbsd-ports/x11/gnome/oaf/Makefile
nino cada2b3857 Update to oaf 0.6.8
* handle multiple activations better, don't crash on a badly formed
config file, fix evolution hang on startup on FreeBSD, portability
fixes, robustness fixes.

Ok naddy@, with additional testing by fries@.
2002-02-15 19:20:07 +00:00

37 lines
933 B
Makefile

# $OpenBSD: Makefile,v 1.9 2002/02/15 19:20:07 nino Exp $
COMMENT= "Object Activation Framework for GNOME"
DISTNAME= oaf-0.6.8
CATEGORIES= devel
NEED_VERSION= 1.504
HOMEPAGE= http://www.gnome.org/
MAINTAINER= Nils Nordman <nino@nforced.com>
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/oaf
EXTRACT_SUFX= .tar.bz2
LIB_DEPENDS= ORBit.5,IIOP,ORBitCosNaming,ORBitutil::devel/ORBit \
xml.9::textproc/libxml1 \
popt::devel/popt
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${WRKSRC}/liboaf/.libs -L${LOCALBASE}/lib"
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/oaf; \
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/oaf/
.include <bsd.port.mk>