From 797d120aa81f4dd661ee2ee723868815a11d7899 Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 18 Nov 2005 09:28:46 +0000 Subject: - Remove libsvg-cairo from depends, just needs cairo - Remove a few Makefile.common lines - Move post-build: lines up to post-patch: so it doesn't conflict with Makefile.common git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5163 df743ca5-7f9a-e211-a948-0013205c9059 --- www/seamonkey/Makefile | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'www/seamonkey') diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 82673ed59..2af0d8ec4 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -3,7 +3,7 @@ # Whom: eivind/dima/jseger # # $FreeBSD$ -# $MCom: ports/www/seamonkey/Makefile,v 1.28 2005/11/14 04:12:10 ahze Exp $ +# $MCom: ports/www/seamonkey/Makefile,v 1.29 2005/11/14 20:03:16 ahze Exp $ # PORTNAME?= seamonkey @@ -18,17 +18,11 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}.source MAINTAINER= gnome@FreeBSD.org COMMENT= The open source, standards compliant web browser -LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo - -MOZILLA?= seamonkey -MOZ_SUFX?= # empty (for now) -MOZ_VER?= 1.5a +MOZILL_VER= 1.5a USE_BZIP2= yes -USE_X_PREFIX= yes USE_GMAKE= yes WANT_GNOME= yes -USE_REINPLACE= yes HAS_CONFIGURE= yes ALL_TARGET= default SCRIPTS_DIR= ${FAKEDIR}/lib/${MOZILLA} @@ -50,7 +44,6 @@ OPTIONS=MAILNEWS "Enable Mail and News modules" on \ .include .include "${.CURDIR}/../mozilla/Makefile.common" -LATEST_LINK= ${MOZILLA} .if exists(${LOCALBASE}/include/cairo/cairo-glitz.h) # Glitz support can only be enabled if cairo is built with glitz support CONFIGURE_ARGS+=--enable-glitz @@ -125,8 +118,6 @@ post-patch: @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \ < ${FILESDIR}/seamonkey.desktop.in > \ ${WRKDIR}/seamonkey.desktop - -post-build: ${SED} -e "s|%%PREFIX%%|${PREFIX}|g" -e "s|%%MOZILLA%%|${MOZILLA}|g" \ ${FILESDIR}/seamonkey.sh >${WRKSRC}/${MOZILLA} -- cgit v1.2.3