diff options
-rw-r--r-- | www/bluefish/Makefile | 8 | ||||
-rw-r--r-- | www/bluefish/distinfo | 2 | ||||
-rw-r--r-- | www/bluefish/pkg-plist | 11 |
3 files changed, 10 insertions, 11 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 456f722a84e6..4fb11d8aa3ca 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -6,9 +6,9 @@ # PORTNAME= bluefish -PORTVERSION= 0.3.6 +PORTVERSION= 0.4 CATEGORIES= www editors -MASTER_SITES= http://bluefish.linuxave.net/download/ \ +MASTER_SITES= http://bluefish.openoffice.nl/download/ \ http://student.wau.nl/~olivier/bluefish/download/ MAINTAINER= jim@FreeBSD.org @@ -20,9 +20,11 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_GMAKE= yes +USE_BZIP2= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-install-location="${X11BASE}/lib/bluefish" +CONFIGURE_ARGS= --with-install-location="${X11BASE}/lib/bluefish" \ + --disable-nls CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: diff --git a/www/bluefish/distinfo b/www/bluefish/distinfo index b96d5b8e0189..8ce5d9806ba8 100644 --- a/www/bluefish/distinfo +++ b/www/bluefish/distinfo @@ -1 +1 @@ -MD5 (bluefish-0.3.6.tar.gz) = 1dfd21dd74a7f3e98d720ffb657f745d +MD5 (bluefish-0.4.tar.bz2) = 0be38c2b74c30cf125a8ef78b054b8c8 diff --git a/www/bluefish/pkg-plist b/www/bluefish/pkg-plist index 52af16f34403..649ba55285de 100644 --- a/www/bluefish/pkg-plist +++ b/www/bluefish/pkg-plist @@ -1,10 +1,7 @@ bin/bluefish -lib/bluefish/php3_functions -lib/bluefish/ssi_functions -lib/bluefish/rxml_functions +share/bluefish/php3_functions +share/bluefish/ssi_functions +share/bluefish/rxml_functions share/doc/bluefish/README -share/locale/de/LC_MESSAGES/bluefish.mo -share/locale/da/LC_MESSAGES/bluefish.mo -share/locale/fr/LC_MESSAGES/bluefish.mo -@dirrm lib/bluefish +@dirrm share/bluefish @dirrm share/doc/bluefish |