diff options
Diffstat (limited to 'devel/libbonobo/Makefile')
-rw-r--r-- | devel/libbonobo/Makefile | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile deleted file mode 100644 index a72fd18a8..000000000 --- a/devel/libbonobo/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: Maxim Sobolev <sobomax@FreeBSD.org> -# $FreeBSD: head/devel/libbonobo/Makefile 313635 2013-03-08 11:32:11Z bapt $ -# $MCom$ - -PORTNAME= libbonobo -PORTVERSION= 2.32.0 -PORTREVISION?= 0 -CATEGORIES= devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Component and compound document system for GNOME2 - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= popt:${PORTSDIR}/devel/popt - -USE_GMAKE= yes -USES= bison gettext pathfix pkgconfig -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_PERL5= yes -USE_GNOME= intlhack libxml2 orbit2 referencehack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -pthread -MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale - -MAN1= bonobo-activation-server.1 - -post-patch: - @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ - ${WRKSRC}/configure \ - ${WRKSRC}/activation-server/Makefile.in - -.include <bsd.port.mk> - -.endif |