aboutsummaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-09-16 09:01:53 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-09-16 09:01:53 +0000
commit1bafc7422dea39afe878069d8f28fea4a05bd51a (patch)
tree30e2d6f46d96a8572afdd109cf262e295279f330 /accessibility
parentfd27b53a249270613aaafbe852764bd347338c40 (diff)
downloadports-1bafc7422dea39afe878069d8f28fea4a05bd51a.tar.gz
ports-1bafc7422dea39afe878069d8f28fea4a05bd51a.zip
- Fix LICENSE
- Add LICENSE_FILE - Switch to USES=localbase - Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=449958
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/atk/Makefile7
-rw-r--r--accessibility/atk/pkg-descr2
2 files changed, 4 insertions, 5 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile
index fbc4e4245110..24ab418a2019 100644
--- a/accessibility/atk/Makefile
+++ b/accessibility/atk/Makefile
@@ -11,7 +11,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME accessibility toolkit (ATK)
-LICENSE= LGPL21
+LICENSE= LGPL20+
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz
PORTSCOUT= limitw:1,even
@@ -20,11 +21,9 @@ PORTSCOUT= limitw:1,even
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-USES+= gettext gmake gnome libtool pathfix pkgconfig
+USES+= gettext gmake gnome libtool localbase pathfix pkgconfig
USE_GNOME= glib20 introspection:build referencehack
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
-CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
post-patch:
diff --git a/accessibility/atk/pkg-descr b/accessibility/atk/pkg-descr
index ac3b71815e04..31ff4906e3bd 100644
--- a/accessibility/atk/pkg-descr
+++ b/accessibility/atk/pkg-descr
@@ -2,4 +2,4 @@ The GNOME Accessibility Toolkit (ATK) contains accessibility widgets,
just like GTK contains GUI element widgets. However, ATK's widgets
are platform-independent, so they can be used with Qt, Motif, etc.
-WWW: http://developer.gnome.org/projects/gap/
+WWW: https://developer.gnome.org/atk/