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