svn commit: r477415 - head/devel/libbonobo

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 17 09:38:06 UTC 2018


Author: amdmi3
Date: Fri Aug 17 09:38:05 2018
New Revision: 477415
URL: https://svnweb.freebsd.org/changeset/ports/477415

Log:
  - Add LICENSE
  - Switch to USES=localbase
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libbonobo/Makefile
  head/devel/libbonobo/pkg-descr

Modified: head/devel/libbonobo/Makefile
==============================================================================
--- head/devel/libbonobo/Makefile	Fri Aug 17 09:35:04 2018	(r477414)
+++ head/devel/libbonobo/Makefile	Fri Aug 17 09:38:05 2018	(r477415)
@@ -15,16 +15,20 @@ USES=		tar:bzip2
 
 .if !defined(REFERENCE_PORT)
 
+LICENSE=	GPLv2 LGPL21  # former for tools, latter for library
+LICENSE_COMB=	multi
+LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
+LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LIB
+
 LIB_DEPENDS=	libpopt.so:devel/popt
 
-USES+=		bison gettext gmake libtool:keepla pathfix pkgconfig perl5
+USES+=		bison gettext gmake libtool:keepla localbase:ldflags pathfix pkgconfig perl5
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	intlhack libxml2 orbit2 referencehack
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc \
 		--disable-gtk-doc
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -pthread
+LDFLAGS+=	-pthread
 MAKE_ENV=	gnomelocaledir=${PREFIX}/share/locale
 
 post-patch:

Modified: head/devel/libbonobo/pkg-descr
==============================================================================
--- head/devel/libbonobo/pkg-descr	Fri Aug 17 09:35:04 2018	(r477414)
+++ head/devel/libbonobo/pkg-descr	Fri Aug 17 09:38:05 2018	(r477415)
@@ -2,4 +2,4 @@ Bonobo is a set of language- and system-independent CO
 for creating reusable components and controls, and for creating
 compound documents.
 
-WWW: http://www.gnome.org/
+WWW: https://developer.gnome.org/libbonobo/


More information about the svn-ports-all mailing list