2005-10-12 16:23:10 +00:00
|
|
|
# New ports collection makefile for: gtkmozedit
|
|
|
|
# Date created: 2005-10-12
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtkmozedit
|
2005-10-21 03:44:02 +00:00
|
|
|
PORTVERSION= 0.3.0
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 4
|
2005-10-12 16:23:10 +00:00
|
|
|
CATEGORIES= devel editors www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2005-10-21 03:44:02 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
|
2005-10-12 16:23:10 +00:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Text editor widget based on Mozilla's editing functionality
|
|
|
|
|
2007-02-10 06:05:06 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-10-12 16:23:10 +00:00
|
|
|
USE_BZIP2= yes
|
2006-11-05 03:45:05 +00:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-10-12 16:23:10 +00:00
|
|
|
USE_GNOME= gnomehack
|
2005-12-08 21:53:19 +00:00
|
|
|
USE_GECKO= mozilla
|
2005-10-12 16:23:10 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-11-30 08:03:10 +00:00
|
|
|
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
|
2005-10-12 16:23:10 +00:00
|
|
|
|
|
|
|
post-patch:
|
2005-12-06 17:29:29 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|firefox-nspr|firefox-xpcom|; \
|
|
|
|
s|mozilla-nspr|mozilla-xpcom|' \
|
2005-10-12 16:23:10 +00:00
|
|
|
${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|