mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
40 lines
757 B
Makefile
40 lines
757 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: wxmozilla
|
|
# Date created: Oct 27, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wxmozilla
|
|
PORTVERSION= 0.5.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Embedding Mozilla in wxWidgets
|
|
|
|
BROKEN= does not compile
|
|
|
|
USE_PYTHON= yes
|
|
USE_GNOME= gnomehack gnometarget
|
|
USE_GECKO= mozilla
|
|
USE_AUTOTOOLS= libtool:15
|
|
CONFIGURE_ARGS= --enable-python
|
|
USE_WX= 2.6+
|
|
WX_COMPS= wx python
|
|
WX_CONF_ARGS= absolute
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS= --with-wx-config==${WX_CONFIG}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|mozilla-nspr|nspr|g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.post.mk>
|