svn commit: r454681 - head/textproc/gnome-spell
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Nov 22 09:00:17 UTC 2017
Author: amdmi3
Date: Wed Nov 22 09:00:16 2017
New Revision: 454681
URL: https://svnweb.freebsd.org/changeset/ports/454681
Log:
- Add LICENSE
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
Modified:
head/textproc/gnome-spell/Makefile
head/textproc/gnome-spell/pkg-descr
Modified: head/textproc/gnome-spell/Makefile
==============================================================================
--- head/textproc/gnome-spell/Makefile Wed Nov 22 09:00:15 2017 (r454680)
+++ head/textproc/gnome-spell/Makefile Wed Nov 22 09:00:16 2017 (r454681)
@@ -12,13 +12,14 @@ DIST_SUBDIR= gnome
MAINTAINER= gnome at FreeBSD.org
COMMENT= GNOME/Bonobo component for spell checking
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libaspell.so:textproc/aspell
USE_GNOME= gnomeprefix intlhack libgnomeui
-USES= gettext gmake libtool pathfix pkgconfig perl5 tar:bzip2
+USES= gettext gmake libtool localbase:ldflags pathfix pkgconfig perl5 tar:bzip2
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
PLIST_SUB= VERSION=${PORTVERSION}
INSTALL_TARGET= install-strip
Modified: head/textproc/gnome-spell/pkg-descr
==============================================================================
--- head/textproc/gnome-spell/pkg-descr Wed Nov 22 09:00:15 2017 (r454680)
+++ head/textproc/gnome-spell/pkg-descr Wed Nov 22 09:00:16 2017 (r454681)
@@ -1,3 +1,3 @@
Gnome Spell is GNOME/Bonobo component for spell-checking.
-WWW: http://www.gnome.org/
+WWW: https://www.gnome.org/
More information about the svn-ports-all
mailing list