diff options
Diffstat (limited to 'devel/bonobo-activation/Makefile')
-rw-r--r-- | devel/bonobo-activation/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/devel/bonobo-activation/Makefile b/devel/bonobo-activation/Makefile new file mode 100644 index 000000000000..b9286f2a5ed4 --- /dev/null +++ b/devel/bonobo-activation/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: bonobo-activation +# Date Created: 13 February 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= bonobo-activation +PORTVERSION= 0.9.3 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-alpha2 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +LIB_DEPENDS= glib-1.3.13:${PORTSDIR}/devel/glib13 \ + ORBit-2.0:${PORTSDIR}/devel/ORBit2 +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig + +USE_BZIP2= yes +USE_GMAKE= yes +USE_BISON= yes +INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +pre-patch: + @find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \ + 's|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g ; \ + s|\$\(libdir\)/bonobo/servers|\$\(prefix\)/libdata/bonobo/servers|g' + +.include <bsd.port.mk> |