diff options
author | jim <jim@FreeBSD.org> | 2000-05-17 19:44:04 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-05-17 19:44:04 +0000 |
commit | 483334ecfc612e36b99c3ca145ceb4895e2268d2 (patch) | |
tree | f53f63731c626a52c62e404286175a26c18d4478 /www/bluefish | |
parent | ca0376845ff263628b3c50576b7f34cc111c1b8d (diff) | |
download | FreeBSD-ports-483334ecfc612e36b99c3ca145ceb4895e2268d2.zip FreeBSD-ports-483334ecfc612e36b99c3ca145ceb4895e2268d2.tar.gz |
Update to version 0.4.
Diffstat (limited to 'www/bluefish')
-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 456f722..4fb11d8 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 b96d5b8..8ce5d98 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 52af16f..649ba55 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 |