Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2016 16:07:39 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411179 - head/polish/libgadu
Message-ID:  <201603151607.u2FG7dtP084964@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Mar 15 16:07:38 2016
New Revision: 411179
URL: https://svnweb.freebsd.org/changeset/ports/411179

Log:
  - Add LICENSE_FILE
  - Remove unneeded USES=tar:tbz2 (noop with USE_GITHUB)
  - Switch to USES=localbase
  
  Approved by:	portmgr blanket

Modified:
  head/polish/libgadu/Makefile

Modified: head/polish/libgadu/Makefile
==============================================================================
--- head/polish/libgadu/Makefile	Tue Mar 15 16:07:14 2016	(r411178)
+++ head/polish/libgadu/Makefile	Tue Mar 15 16:07:38 2016	(r411179)
@@ -10,6 +10,7 @@ MAINTAINER=	pawel@FreeBSD.org
 COMMENT=	Instant messaging library for Gadu-Gadu protocol
 
 LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c
 
@@ -18,7 +19,7 @@ CONFLICTS=	pl-ekg-1.[0-6]*
 USE_GITHUB=	yes
 GH_ACCOUNT=	wojtekka
 
-USES=		autoreconf gmake libtool pathfix pkgconfig tar:bzip2
+USES=		autoreconf gmake libtool localbase pathfix pkgconfig
 PATHFIX_MAKEFILEIN=	Makefile.am
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared --disable-static --with-pthread \
@@ -26,9 +27,6 @@ CONFIGURE_ARGS=	--enable-shared --disabl
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
 PLIST_FILES=	include/libgadu.h \
 		lib/libgadu.so \
 		lib/libgadu.so.3 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603151607.u2FG7dtP084964>