diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-04-15 02:49:41 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-04-15 02:49:41 +0000 |
commit | 851439af7d6da3e3604b00d4c95abc7a9f1108ca (patch) | |
tree | ca0389425e7865fb4530ad17c5dc8e57b1be3b21 /www | |
parent | ed382bdb9f3f9c1d7ddef77c9ba04365a9501e3e (diff) | |
download | ports-851439af7d6da3e3604b00d4c95abc7a9f1108ca.tar.gz ports-851439af7d6da3e3604b00d4c95abc7a9f1108ca.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/kompozer/Makefile | 22 | ||||
-rw-r--r-- | www/kompozer/distinfo | 4 | ||||
-rw-r--r-- | www/nvu/Makefile | 22 | ||||
-rw-r--r-- | www/nvu/distinfo | 4 |
4 files changed, 36 insertions, 16 deletions
diff --git a/www/kompozer/Makefile b/www/kompozer/Makefile index 8362aa221067..c58e9b1b9a82 100644 --- a/www/kompozer/Makefile +++ b/www/kompozer/Makefile @@ -6,11 +6,10 @@ # PORTNAME= nvu -PORTVERSION= 0.90 -PORTREVISION= 1 +DISTVERSION= 1.0PR CATEGORIES= www MASTER_SITES= http://cvs.nvu.com/download/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-sources +DISTNAME= ${PORTNAME}-${DISTVERSION}-sources MAINTAINER= ahze@FreeBSD.org COMMENT= A complete Web Authoring System similar to Dreamweaver or Frontpage @@ -19,8 +18,7 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ - freetype.9:${PORTSDIR}/print/freetype2 \ - nspr4.1:${PORTSDIR}/devel/nspr + freetype.9:${PORTSDIR}/print/freetype2 USE_X_PREFIX= yes USE_BZIP2= yes @@ -35,7 +33,7 @@ OPTIONS= XFT "Enable Xft font anti-aliasing" on \ DEBUG "Enable debugging (i.e. gdb) support" off \ OPTIMIZED_CFLAGS "Enable -O2 optimizations" off -NVU= ${PORTNAME}-${PORTVERSION} +NVU= ${PORTNAME}-${DISTVERSION} FAKEDIR= ${WRKDIR}/FAKE WRKSRC= ${WRKDIR}/mozilla PLIST= ${WRKDIR}/plist @@ -46,6 +44,13 @@ ALL_TARGET= build_all PKG_CONFIGS= nvu-gtkmozembed.pc nvu-js.pc nvu-nspr.pc \ nvu-nss.pc nvu-plugin.pc nvu-xpcom.pc +EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \ + --exclude */macbuild/*\ + --exclude */package/* \ + --exclude .cvsignore \ + --exclude makefile.win \ + --exclude MANIFEST + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 @@ -72,6 +77,11 @@ post-patch: s|%%PREFIX%%|${FAKEDIR}|; \ s|%%LOCALBASE%%|${LOCALBASE}|' \ ${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig +# Stupid workaround.. +.for f in toolkit/components/Makefile.in toolkit/components/gnome/Makefile.in + @${ECHO_CMD} "LDFLAGS += -L${LOCALBASE}/lib" \ + >> ${WRKSRC}/${f} +.endfor .if defined(WITHOUT_XFT) @${ECHO_CMD} "ac_add_options --disable-xft" >> ${WRKSRC}/.mozconfig .else diff --git a/www/kompozer/distinfo b/www/kompozer/distinfo index 4616f8545974..ec0230401133 100644 --- a/www/kompozer/distinfo +++ b/www/kompozer/distinfo @@ -1,2 +1,2 @@ -MD5 (nvu-0.90-sources.tar.bz2) = d88dd587250afdc3e84e864e8e2b3cc2 -SIZE (nvu-0.90-sources.tar.bz2) = 29785795 +MD5 (nvu-1.0PR-sources.tar.bz2) = fced9ea7e2ac1fada8d4b3e730368b67 +SIZE (nvu-1.0PR-sources.tar.bz2) = 29842142 diff --git a/www/nvu/Makefile b/www/nvu/Makefile index 8362aa221067..c58e9b1b9a82 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -6,11 +6,10 @@ # PORTNAME= nvu -PORTVERSION= 0.90 -PORTREVISION= 1 +DISTVERSION= 1.0PR CATEGORIES= www MASTER_SITES= http://cvs.nvu.com/download/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-sources +DISTNAME= ${PORTNAME}-${DISTVERSION}-sources MAINTAINER= ahze@FreeBSD.org COMMENT= A complete Web Authoring System similar to Dreamweaver or Frontpage @@ -19,8 +18,7 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ - freetype.9:${PORTSDIR}/print/freetype2 \ - nspr4.1:${PORTSDIR}/devel/nspr + freetype.9:${PORTSDIR}/print/freetype2 USE_X_PREFIX= yes USE_BZIP2= yes @@ -35,7 +33,7 @@ OPTIONS= XFT "Enable Xft font anti-aliasing" on \ DEBUG "Enable debugging (i.e. gdb) support" off \ OPTIMIZED_CFLAGS "Enable -O2 optimizations" off -NVU= ${PORTNAME}-${PORTVERSION} +NVU= ${PORTNAME}-${DISTVERSION} FAKEDIR= ${WRKDIR}/FAKE WRKSRC= ${WRKDIR}/mozilla PLIST= ${WRKDIR}/plist @@ -46,6 +44,13 @@ ALL_TARGET= build_all PKG_CONFIGS= nvu-gtkmozembed.pc nvu-js.pc nvu-nspr.pc \ nvu-nss.pc nvu-plugin.pc nvu-xpcom.pc +EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \ + --exclude */macbuild/*\ + --exclude */package/* \ + --exclude .cvsignore \ + --exclude makefile.win \ + --exclude MANIFEST + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 @@ -72,6 +77,11 @@ post-patch: s|%%PREFIX%%|${FAKEDIR}|; \ s|%%LOCALBASE%%|${LOCALBASE}|' \ ${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig +# Stupid workaround.. +.for f in toolkit/components/Makefile.in toolkit/components/gnome/Makefile.in + @${ECHO_CMD} "LDFLAGS += -L${LOCALBASE}/lib" \ + >> ${WRKSRC}/${f} +.endfor .if defined(WITHOUT_XFT) @${ECHO_CMD} "ac_add_options --disable-xft" >> ${WRKSRC}/.mozconfig .else diff --git a/www/nvu/distinfo b/www/nvu/distinfo index 4616f8545974..ec0230401133 100644 --- a/www/nvu/distinfo +++ b/www/nvu/distinfo @@ -1,2 +1,2 @@ -MD5 (nvu-0.90-sources.tar.bz2) = d88dd587250afdc3e84e864e8e2b3cc2 -SIZE (nvu-0.90-sources.tar.bz2) = 29785795 +MD5 (nvu-1.0PR-sources.tar.bz2) = fced9ea7e2ac1fada8d4b3e730368b67 +SIZE (nvu-1.0PR-sources.tar.bz2) = 29842142 |