Date: Sat, 17 Oct 2015 18:07:49 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399558 - head/devel/glog Message-ID: <201510171807.t9HI7nw8028603@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Oct 17 18:07:49 2015 New Revision: 399558 URL: https://svnweb.freebsd.org/changeset/ports/399558 Log: - Add LICENSE_FILE - Use USES=localbase Modified: head/devel/glog/Makefile Modified: head/devel/glog/Makefile ============================================================================== --- head/devel/glog/Makefile Sat Oct 17 18:07:44 2015 (r399557) +++ head/devel/glog/Makefile Sat Oct 17 18:07:49 2015 (r399558) @@ -10,18 +10,18 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library of C++ classes for flexible logging LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgflags.so:${PORTSDIR}/devel/gflags OPTIONS_DEFINE= DOCS -CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo +LDFLAGS+= -lexecinfo TEST_TARGET= check USE_LDCONFIG= yes -USES= execinfo libtool pathfix +USES= execinfo libtool localbase pathfix PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510171807.t9HI7nw8028603>