svn commit: r399558 - head/devel/glog

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 17 18:07:50 UTC 2015


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 at 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=	*
 


More information about the svn-ports-all mailing list