diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-18 17:28:46 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-18 17:28:46 +0800 |
commit | 797d120aa81f4dd661ee2ee723868815a11d7899 (patch) | |
tree | d716e9945c9263a8593988e8ee6b45f0e7d9e48f /www/seamonkey | |
parent | 3d85cb3299e17b3b0db4bdbbed8770b180da7c9e (diff) | |
download | marcuscom-ports-797d120aa81f4dd661ee2ee723868815a11d7899.tar marcuscom-ports-797d120aa81f4dd661ee2ee723868815a11d7899.tar.gz marcuscom-ports-797d120aa81f4dd661ee2ee723868815a11d7899.tar.bz2 marcuscom-ports-797d120aa81f4dd661ee2ee723868815a11d7899.tar.lz marcuscom-ports-797d120aa81f4dd661ee2ee723868815a11d7899.tar.xz marcuscom-ports-797d120aa81f4dd661ee2ee723868815a11d7899.tar.zst marcuscom-ports-797d120aa81f4dd661ee2ee723868815a11d7899.zip |
- 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
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
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 <bsd.port.pre.mk> .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} |