aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gtkmozedit/Makefile
blob: 091da42ff4d55a561e885f7a8100013c61a63ee0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    gtkmozedit
# Date created:     2005-10-12
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gtkmozedit
PORTVERSION=    0.3.0
PORTREVISION=   2
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_BZIP2=  yes
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
USE_GNOME=  gnomehack
USE_GECKO=  mozilla

.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"

.if ${OSVERSION} < 500000
BROKEN="Does not build"
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|firefox-nspr|firefox-xpcom|; \
        s|mozilla-nspr|mozilla-xpcom|' \
        ${WRKSRC}/configure

.include <bsd.port.post.mk>