diff options
author | (no author) <(no author)@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-15 05:59:50 +0800 |
---|---|---|
committer | (no author) <(no author)@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-15 05:59:50 +0800 |
commit | 73cb2357a7c7f905403cf41592bcbd7286fd85ae (patch) | |
tree | 2f5e26903a1f136a9e2f54af42475b280a215a6d /www/epiphany-extensions/Makefile | |
parent | fd170dfee433454a5e1f74c295bf23f3835894c0 (diff) | |
download | marcuscom-ports-GNOME_2_6.tar marcuscom-ports-GNOME_2_6.tar.gz marcuscom-ports-GNOME_2_6.tar.bz2 marcuscom-ports-GNOME_2_6.tar.lz marcuscom-ports-GNOME_2_6.tar.xz marcuscom-ports-GNOME_2_6.tar.zst marcuscom-ports-GNOME_2_6.zip |
This commit was manufactured by cvs2svn to create branch 'GNOME_2_6'.GNOME_2_6
git-svn-id: svn://creme-brulee.marcuscom.com/ports/branches/GNOME_2_6@2058 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany-extensions/Makefile')
-rw-r--r-- | www/epiphany-extensions/Makefile | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile deleted file mode 100644 index 570c951ec..000000000 --- a/www/epiphany-extensions/Makefile +++ /dev/null @@ -1,85 +0,0 @@ -# Ports collection Makefile for: epiphany-extensions -# Date created: 30 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= epiphany -PORTVERSION= 0.7.91 -CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/0.7 -PKGNAMESUFFIX= -extensions -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of add-ons for the Epiphany web browser - -BUILD_DEPENDS= epiphany:${PORTSDIR}/www/epiphany \ - ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} -RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany \ - ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} - -MOZILLA= mozilla -HEADERS_SUFX= - -MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.6" - -.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 -MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.7a" -.else -MOZILLA= mozilla -HEADERS_SUFX= -.endif -.endif - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack lthack gnometarget -USE_LIBTOOL_VER=13 -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --with-extensions="all" \ - ${MOZ_CONFIGURE_ARGS} - -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) -.undef WITHOUT_OPENSP -WITH_OPENSP= yes -.endif - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libosp.so) -WITH_OPENSP= yes -.endif - -.if defined(WITH_OPENSP) -CONFIGURE_ARGS+= --enable-opensp=yes -.else -CONFIGURE_ARGS+= --enable-opensp=no -.endif - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} " By default epiphany-extensions builds with www/mozilla support, 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} "" - @${ECHO_MSG} "Epiphany-extensions also supports the following tunable option(s):" - @${ECHO_MSG} " WITH_OPENSP=yes Enable support for OpenSP SGML validation" - @${ECHO_MSG} "" - -post-patch: - @${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g' ${WRKSRC}/configure - -.include <bsd.port.post.mk> |