- Remove mozilla-devel support
This commit is contained in:
parent
95f0ade82b
commit
493946b82f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172099
2 changed files with 8 additions and 30 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= mozilla-bonobo
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= moz-bonobo
|
||||
|
@ -15,45 +15,20 @@ MASTER_SITE_SUBDIR= moz-bonobo
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A Netscape/Mozilla plugin using Bonobo controls to display files
|
||||
|
||||
BUILD_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
|
||||
RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
|
||||
|
||||
MOZILLA= mozilla
|
||||
HEADERS_SUFX=
|
||||
|
||||
.if !defined(WITH_MOZILLA)
|
||||
MOZILLA= mozilla
|
||||
HEADERS_SUFX=
|
||||
.else
|
||||
.if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-devel-gtk2"
|
||||
MOZILLA= mozilla-devel
|
||||
HEADERS_SUFX= -devel
|
||||
.else
|
||||
MOZILLA= mozilla
|
||||
HEADERS_SUFX=
|
||||
.endif
|
||||
.endif
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_XLIB= yes
|
||||
USE_GNOME= gnomeprefix libgnomeui libgnomeprint
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-plugin-install-dir="${PREFIX}/lib/browser_plugins" \
|
||||
--with-mozilla-include-dir="${X11BASE}/include/mozilla${HEADERS_SUFX}"
|
||||
|
||||
GCONF_SCHEMAS= mozilla-bonobo.schemas
|
||||
--with-mozilla-include-dir="${LOCALBASE}/include/mozilla${HEADERS_SUFX}"
|
||||
|
||||
BROKEN= "Does not build with new Mozilla"
|
||||
DEPRECATED= ${BROKEN}
|
||||
EXPIRATION_DATE=2006-12-01
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} " By default mozilla-bonobo uses www/mozilla for html rendering, but you can"
|
||||
@${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} " mozilla-devel "
|
||||
@${ECHO_MSG} ""
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
bin/mozilla-bonobo-viewer
|
||||
@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/mozilla-bonobo.schemas > /dev/null || /usr/bin/true
|
||||
etc/gconf/schemas/mozilla-bonobo.schemas
|
||||
@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/mozilla-bonobo.schemas > /dev/null || /usr/bin/true
|
||||
lib/browser_plugins/libmozilla_bonobo.so
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
|
|
Loading…
Reference in a new issue