svn commit: r478293 - head/audio/libcddb

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 28 09:08:13 UTC 2018


Author: amdmi3
Date: Tue Aug 28 09:08:12 2018
New Revision: 478293
URL: https://svnweb.freebsd.org/changeset/ports/478293

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

Modified:
  head/audio/libcddb/Makefile

Modified: head/audio/libcddb/Makefile
==============================================================================
--- head/audio/libcddb/Makefile	Tue Aug 28 08:39:37 2018	(r478292)
+++ head/audio/libcddb/Makefile	Tue Aug 28 09:08:12 2018	(r478293)
@@ -10,12 +10,13 @@ MASTER_SITES=	SF
 MAINTAINER=	multimedia at FreeBSD.org
 COMMENT=	Library to access data on a CDDB server
 
+LICENSE=	LGPL20+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
-USES=		iconv libtool pathfix tar:bzip2
+USES=		iconv libtool localbase pathfix tar:bzip2
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--without-cdio
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list