# New ports collection makefile for: SCREEM # Date created: 05 Nov 1999 # Whom: Will Andrews # # $FreeBSD$ # PORTNAME= screem PORTVERSION= 0.16.1 PORTREVISION= 9 CATEGORIES= www gnome MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Nice GNOME/GTK-based HTML editor LIB_DEPENDS= croco-0.6.3:${PORTSDIR}/textproc/libcroco USE_GETTEXT= yes USE_GNOME= desktopfileutils gnomehack gnomemenus gnomeprefix gnometarget \ gtksourceview intlhack libgnomeprintui libgnomeui libgtkhtml USE_XORG= xpm 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|-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 rm'>
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Unbreak with latest gnomevfs.sobomax2002-03-151-0/+14
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-201-8/+17
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-31