diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-19 04:26:47 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-19 04:26:47 +0800 |
commit | 9423566afe2229cd1c99ed606e19d81d02128558 (patch) | |
tree | 03de393c661a9d88646c9acd3143eed27822cb23 | |
parent | 4a334915e2d73d7df6b3275b2ffd0e3fcfd3ba52 (diff) | |
download | freebsd-ports-gnome-9423566afe2229cd1c99ed606e19d81d02128558.tar.gz freebsd-ports-gnome-9423566afe2229cd1c99ed606e19d81d02128558.tar.zst freebsd-ports-gnome-9423566afe2229cd1c99ed606e19d81d02128558.zip |
Update to 0.9.
PR: 48437
Submitted by: maintainer
-rw-r--r-- | www/bluefish-devel/Makefile | 39 | ||||
-rw-r--r-- | www/bluefish-devel/distinfo | 2 | ||||
-rw-r--r-- | www/bluefish-devel/pkg-comment | 1 | ||||
-rw-r--r-- | www/bluefish-devel/pkg-plist | 3 |
4 files changed, 33 insertions, 12 deletions
diff --git a/www/bluefish-devel/Makefile b/www/bluefish-devel/Makefile index 21b7f9f3278c..4e6b96360393 100644 --- a/www/bluefish-devel/Makefile +++ b/www/bluefish-devel/Makefile @@ -6,30 +6,49 @@ # PORTNAME= bluefish -PORTVERSION= 0.8.20030207 +PORTVERSION= 0.9 CATEGORIES= www editors -MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/snapshots/ \ - ftp://bluefish.advancecreations.com/pub/bluefish/snapshots/ \ - http://bluefish.mrball.net/snapshots/ \ - ftp://ftp.ratisbona.com/pub/bluefish/snapshots/ \ - http://bluefish.shellhung.org/snapshots/ -DISTNAME= ${PORTNAME}-gtk2port-2003-02-07 -EXTRACT_SUFX= .tgz +MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/${DOWNLOAD}/ \ + ftp://bluefish.advancecreations.com/pub/bluefish/${DOWNLOAD}/ \ + http://bluefish.mrball.net/${DOWNLOAD}/ \ + ftp://ftp.ratisbona.com/pub/bluefish/${DOWNLOAD}/ \ + http://bluefish.shellhung.org/${DOWNLOAD}/ MAINTAINER= einekoai@chello.nl +COMMENT= HTML editor designed for the experienced web designer LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ pcre.0:${PORTSDIR}/devel/pcre \ aspell.15:${PORTSDIR}/textproc/aspell RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint -WRKSRC= ${WRKDIR}/bluefish-gtk2 +DOWNLOAD= downloads NO_LATEST_LINK= yes +USE_BZIP2= yes USE_GMAKE= yes USE_PERL5_BUILD= yes USE_X_PREFIX= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +.include <bsd.port.pre.mk> -.include <bsd.port.mk> +# Turns debugging output on +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --with-debugging-output +.endif + +pre-everything:: +.if !defined(WITH_DEBUG) + @${ECHO_MSG} "" + @${ECHO_MSG} "WITH_DEBUG=yes for debug support" +.endif + +post-patch: +# Make sure bluefish.desktop is installed + @${REINPLACE_CMD} \ + -e 's|/usr|${PREFIX}|g;' \ + ${WRKSRC}/data/Makefile.in + +.include <bsd.port.post.mk> diff --git a/www/bluefish-devel/distinfo b/www/bluefish-devel/distinfo index 7d4468d02469..6aec3fca2c4f 100644 --- a/www/bluefish-devel/distinfo +++ b/www/bluefish-devel/distinfo @@ -1 +1 @@ -MD5 (bluefish-gtk2port-2003-02-07.tgz) = 6e7b4602dbd375a22236307b7e8c11a9 +MD5 (bluefish-0.9.tar.bz2) = 6f3dd98df0959469d3637a44eb0e08cf diff --git a/www/bluefish-devel/pkg-comment b/www/bluefish-devel/pkg-comment deleted file mode 100644 index dffa2bcc760b..000000000000 --- a/www/bluefish-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -HTML editor designed for the experienced web designer diff --git a/www/bluefish-devel/pkg-plist b/www/bluefish-devel/pkg-plist index c8e6e9cb3c3d..5dabd3c66be1 100644 --- a/www/bluefish-devel/pkg-plist +++ b/www/bluefish-devel/pkg-plist @@ -12,6 +12,7 @@ share/bluefish/icon_java.png share/bluefish/icon_php.png share/bluefish/icon_unknown.png share/bluefish/icon_xml.png +share/gnome/apps/Applications/bluefish.desktop share/locale/da/LC_MESSAGES/bluefish.mo share/locale/es/LC_MESSAGES/bluefish.mo share/locale/fr/LC_MESSAGES/bluefish.mo @@ -19,4 +20,6 @@ share/locale/hu/LC_MESSAGES/bluefish.mo share/locale/it/LC_MESSAGES/bluefish.mo share/locale/no/LC_MESSAGES/bluefish.mo share/locale/pl/LC_MESSAGES/bluefish.mo +share/locale/ru/LC_MESSAGES/bluefish.mo +share/locale/sv/LC_MESSAGES/bluefish.mo @dirrm share/bluefish |