aboutsummaryrefslogtreecommitdiff
path: root/www/bluefish
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-25 10:30:06 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-25 10:30:06 +0000
commitb511ea2ea5e753db5e48615449a448520adc9b90 (patch)
tree5c6b9f7a7f9cdabb86b00e99d8ecbf28c0632282 /www/bluefish
parent8637923b241f5977665311f9f1cf2df7a757e621 (diff)
downloadports-b511ea2ea5e753db5e48615449a448520adc9b90.tar.gz
ports-b511ea2ea5e753db5e48615449a448520adc9b90.zip
- Fix license
- Add LICENSE_FILE - Fix build with disabled NLS
Notes
Notes: svn path=/head/; revision=409503
Diffstat (limited to 'www/bluefish')
-rw-r--r--www/bluefish/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index aac12f8f077f..c2ab1d4e5796 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -11,14 +11,12 @@ MASTER_SITES= http://www.bennewitz.com/bluefish/stable/source/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= HTML editor designed for the experienced web designer
-LICENSE= GPLv2
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
libenchant.so:${PORTSDIR}/textproc/enchant
-INSTALLS_ICONS= yes
-USE_LDCONFIG= yes
-
USES= gmake pkgconfig desktop-file-utils shared-mime-info \
tar:bzip2 libtool
USE_GNOME= gnomeprefix gtk20 gnomevfs2 gnomemimedata intltool
@@ -31,19 +29,20 @@ CONFIGURE_ARGS= --with-gtk2 \
--with-freedesktop_org-mime=${PREFIX}/share/mime \
--with-icon-path=${PREFIX}/share/pixmaps
INSTALL_TARGET= install-strip
+INSTALLS_ICONS= yes
+USE_LDCONFIG= yes
OPTIONS_DEFINE= DEBUG NLS TIDY WEBLINT EXAMPLES
+OPTIONS_DEFAULT=WEBLINT
+OPTIONS_SUB= yes
DEBUG_DESC= Enable debugging output
TIDY_DESC= Include Tidy HTML cleanup program
WEBLINT_DESC= Include Weblint syntax and style checker
-OPTIONS_DEFAULT=WEBLINT
-
-OPTIONS_SUB= yes
-
NLS_USES= gettext
NLS_CONFIGURE_OFF= --disable-nls
+NLS_USES_OFF= gettext-tools
DEBUG_CONFIGURE_ON= --with-debugging-output
LIBGNOME_USE= GNOME=libgnomeui