summaryrefslogtreecommitdiff
path: root/www/bluefish/Makefile
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2023-03-15 13:03:00 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2023-03-15 13:09:30 +0000
commit79c892f9682d103f2ff3452d1ab26751ba756cdb (patch)
treeae12878d6aebc9cc4a21f008aef016448f5db04d /www/bluefish/Makefile
parentmultimedia/ffms2: unbreak with ffmpeg 5.0 (diff)
www/bluefish: Adopt/Update to 2.2.13
- Switch to DISTVERSION - Update MASTER_SITES - Update LIB_DEPENDS: enchant->enchant2; pcre->pcre2 - Add NLS knob (dependency on gettext needed when OFF) - Cosmetic changes by portclippy and portfmt ChangeLog: https://sourceforge.net/p/bluefish/code/HEAD/tree/trunk/bluefish/ChangeLog
Diffstat (limited to 'www/bluefish/Makefile')
-rw-r--r--www/bluefish/Makefile50
1 files changed, 25 insertions, 25 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index 4b224d02b739..1ecbc0adf274 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -1,27 +1,25 @@
PORTNAME= bluefish
-PORTVERSION= 2.2.12
-PORTREVISION= 3
+DISTVERSION= 2.2.13
CATEGORIES= www editors
-MASTER_SITES= http://www.bennewitz.com/bluefish/stable/source/ \
- http://bluefish.mrball.net/stable/source/
+MASTER_SITES= https://www.bennewitz.com/bluefish/stable/source/ \
+ SF
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= HTML editor designed for the experienced web designer
WWW= http://bluefish.openoffice.nl/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libpcre.so:devel/pcre \
- libenchant.so:textproc/enchant
+LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
+ libharfbuzz.so:print/harfbuzz \
+ libpcre2-8.so:devel/pcre2
USES= desktop-file-utils gettext gmake gnome libtool localbase \
pkgconfig python:3.0-3.9 shared-mime-info shebangfix tar:bzip2
-SHEBANG_FILES= data/css_decompressor \
- data/cssmin.py \
- data/jsbeautify \
- data/jsmin.py \
- data/lorem-ipsum-generator \
+USE_GNOME= cairo gdkpixbuf2 intltool libxml2
+SHEBANG_FILES= data/css_decompressor data/cssmin.py data/jsbeautify \
+ data/jsmin.py data/lorem-ipsum-generator \
src/plugin_zencoding/zencoding/actions/__init__.py \
src/plugin_zencoding/zencoding/actions/basic.py \
src/plugin_zencoding/zencoding/actions/token.py \
@@ -39,30 +37,32 @@ SHEBANG_FILES= data/css_decompressor \
src/plugin_zencoding/zencoding/html_matcher.py \
src/plugin_zencoding/zencoding/resources.py \
src/plugin_zencoding/zencoding/utils.py
-USE_GNOME= cairo intltool libxml2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-freedesktop_org-menu=${PREFIX}/share/applications \
+CONFIGURE_ARGS= --disable-update-databases \
+ --with-freedesktop_org-menu=${PREFIX}/share/applications \
--with-freedesktop_org-mime=${PREFIX}/share/mime \
- --with-icon-path=${PREFIX}/share/pixmaps \
- --disable-update-databases
+ --with-icon-path=${PREFIX}/share/pixmaps
INSTALL_TARGET= install-strip
-USE_LDCONFIG= yes
-OPTIONS_DEFINE= DEBUG DOCS TIDY
-OPTIONS_SINGLE= TOOLKIT
+OPTIONS_DEFINE= DEBUG DOCS NLS TIDY
+OPTIONS_DEFAULT= GTK3
+OPTIONS_SINGLE= TOOLKIT
OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3
-OPTIONS_DEFAULT=GTK3
-OPTIONS_SUB= yes
+OPTIONS_SUB= yes
-TOOLKIT_DESC= GTK+ toolkit
+TOOLKIT_DESC= GTK+ toolkit
DEBUG_CONFIGURE_ENABLE= debugging-output
-GTK2_USE= gnome=gtk20
-GTK2_CONFIGURE_ON= --with-gtk2=yes
GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
+GTK2_USE= GNOME=gtk20
+GTK2_CONFIGURE_ON= --with-gtk2=yes
+
GTK3_LIB_DEPENDS= libgucharmap_2_90.so:deskutils/gucharmap
-GTK3_USE= gnome=gtk30
+GTK3_USE= GNOME=gtk30
+
+NLS_CONFIGURE_ENABLE= nls
+
TIDY_RUN_DEPENDS= tidy4:www/tidy
.include <bsd.port.mk>