From 7258c62c89b51ae822a29626a4158759ae7aca19 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 7 Oct 2006 19:59:37 +0000 Subject: Chase dbus in the remaining ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7628 df743ca5-7f9a-e211-a948-0013205c9059 --- www/screem/Makefile | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 www/screem/Makefile (limited to 'www/screem/Makefile') diff --git a/www/screem/Makefile b/www/screem/Makefile new file mode 100644 index 000000000..551d4616d --- /dev/null +++ b/www/screem/Makefile @@ -0,0 +1,54 @@ +# New ports collection makefile for: SCREEM +# Date created: 05 Nov 1999 +# Whom: Will Andrews +# +# $FreeBSD$ +# + +PORTNAME= screem +PORTVERSION= 0.16.1 +PORTREVISION= 4 +CATEGORIES= www gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org +COMMENT= Nice GNOME/GTK-based HTML editor + +LIB_DEPENDS= croco-0.6.3:${PORTSDIR}/textproc/libcroco + +USE_X_PREFIX= yes +USE_GETTEXT= yes +USE_GNOME= desktopfileutils gnomehack gnomemenus gnomeprefix gnometarget \ + gtksourceview intlhack libgnomeprintui libgnomeui libgtkhtml +USE_XPM= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +INSTALLS_OMF= yes + +GCONF_SCHEMAS= screem.schemas + +.if defined(WITHOUT_DBUS) +CONFIGURE_ARGS+= --disable-dbus +.else +LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus +CONFIGURE_ARGS+= --enable-dbus +.endif + +.if defined(WITHOUT_ENCHANT) +CONFIGURE_ARGS+= --disable-enchant +.else +LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant +CONFIGURE_ARGS+= --enable-enchant +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|$${DATADIRNAME}/$${PACKAGE}|$${DATADIRNAME}/gnome/$${PACKAGE}|g ; \ + s|-DGNOME_DISABLE_DEPRECATED||g ; \ + s|-DGNOMEUI_DISABLE_DEPRECATED||g ; \ + s|-DGTK_DISABLE_DEPRECATED||g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|\&\& make|\&\& $$(MAKE)|g' ${WRKSRC}/tests/Makefile.in + +.include -- cgit v1.2.3