mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
- 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
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= mozilla-bonobo
|
PORTNAME= mozilla-bonobo
|
||||||
PORTVERSION= 0.4.0
|
PORTVERSION= 0.4.0
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||||
MASTER_SITE_SUBDIR= moz-bonobo
|
MASTER_SITE_SUBDIR= moz-bonobo
|
||||||
@ -15,45 +15,20 @@ MASTER_SITE_SUBDIR= moz-bonobo
|
|||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A Netscape/Mozilla plugin using Bonobo controls to display files
|
COMMENT= A Netscape/Mozilla plugin using Bonobo controls to display files
|
||||||
|
|
||||||
BUILD_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= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
|
RUN_DEPENDS= ${LOCALBASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
|
||||||
|
|
||||||
MOZILLA= mozilla
|
MOZILLA= mozilla
|
||||||
HEADERS_SUFX=
|
HEADERS_SUFX=
|
||||||
|
|
||||||
.if !defined(WITH_MOZILLA)
|
USE_XLIB= yes
|
||||||
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_GNOME= gnomeprefix libgnomeui libgnomeprint
|
USE_GNOME= gnomeprefix libgnomeui libgnomeprint
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
CONFIGURE_ARGS= --with-plugin-install-dir="${PREFIX}/lib/browser_plugins" \
|
CONFIGURE_ARGS= --with-plugin-install-dir="${PREFIX}/lib/browser_plugins" \
|
||||||
--with-mozilla-include-dir="${X11BASE}/include/mozilla${HEADERS_SUFX}"
|
--with-mozilla-include-dir="${LOCALBASE}/include/mozilla${HEADERS_SUFX}"
|
||||||
|
|
||||||
GCONF_SCHEMAS= mozilla-bonobo.schemas
|
|
||||||
|
|
||||||
BROKEN= "Does not build with new Mozilla"
|
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:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
bin/mozilla-bonobo-viewer
|
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
|
lib/browser_plugins/libmozilla_bonobo.so
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||||
|
Loading…
Reference in New Issue
Block a user