# New ports collection makefile for: gtkmozedit # Date created: 2005-10-12 # Whom: Michael Johnson # # $FreeBSD$ # PORTNAME= gtkmozedit PORTVERSION= 0.3.0 PORTREVISION= 4 CATEGORIES= devel editors www MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} MAINTAINER= gnome@FreeBSD.org COMMENT= Text editor widget based on Mozilla's editing functionality USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack USE_GECKO= mozilla .include .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" post-patch: @${REINPLACE_CMD} -e 's|firefox-nspr|firefox-xpcom|; \ s|mozilla-nspr|mozilla-xpcom|' \ ${WRKSRC}/configure .include