svn commit: r452909 - head/devel/glade3
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Oct 26 09:04:26 UTC 2017
Author: amdmi3
Date: Thu Oct 26 09:04:24 2017
New Revision: 452909
URL: https://svnweb.freebsd.org/changeset/ports/452909
Log:
- Add LICENSE
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
Modified:
head/devel/glade3/Makefile
head/devel/glade3/pkg-descr
Modified: head/devel/glade3/Makefile
==============================================================================
--- head/devel/glade3/Makefile Thu Oct 26 07:59:22 2017 (r452908)
+++ head/devel/glade3/Makefile Thu Oct 26 09:04:24 2017 (r452909)
@@ -10,18 +10,22 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome at FreeBSD.org
COMMENT= User interface builder for Gtk+ 2
+LICENSE= GPLv2+ LGPL21+
+LICENSE_COMB= multi
+LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING.GPL
+LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LGPL
+
CONFLICTS= glade-3.*
PORTSCOUT= ignore
INSTALLS_ICONS= yes
USE_GNOME= gtk20 intltool libxml2 gnomedocutils
-USES= gmake gettext libtool pathfix desktop-file-utils pkgconfig tar:xz
+USES= gmake gettext libtool pathfix desktop-file-utils \
+ localbase:ldflags pkgconfig tar:xz
INSTALLS_OMF= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
DOCSDIR= ${PREFIX}/share/doc/gladeui
Modified: head/devel/glade3/pkg-descr
==============================================================================
--- head/devel/glade3/pkg-descr Thu Oct 26 07:59:22 2017 (r452908)
+++ head/devel/glade3/pkg-descr Thu Oct 26 09:04:24 2017 (r452909)
@@ -5,4 +5,4 @@ these can be loaded by applications dynamically as nee
This version of Glade targets Gtk+ 2.
-WWW: http://glade.gnome.org/
+WWW: https://glade.gnome.org/
More information about the svn-ports-head
mailing list