svn commit: r428754 - head/devel/openocd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 17 12:58:47 UTC 2016


Author: sunpoet
Date: Sat Dec 17 12:58:45 2016
New Revision: 428754
URL: https://svnweb.freebsd.org/changeset/ports/428754

Log:
  - Add LICENSE
  - Use USES=makeinfo instead of hard-coded BUILD_DEPENDS
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/openocd/Makefile

Modified: head/devel/openocd/Makefile
==============================================================================
--- head/devel/openocd/Makefile	Sat Dec 17 12:58:41 2016	(r428753)
+++ head/devel/openocd/Makefile	Sat Dec 17 12:58:45 2016	(r428754)
@@ -9,7 +9,8 @@ MASTER_SITES=	SF
 MAINTAINER=	skreuzer at FreeBSD.org
 COMMENT=	Open On-Chip Debugger
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/makeinfo:print/texinfo
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--disable-werror
@@ -52,7 +53,7 @@ RMTBITBANG_DESC=Support Remote-Bitbang D
 MINIDRIVER_DESC=Dummy minidriver only (will exclude others!)
 CMSISDAP_DESC=Support for CMSIS-DAP Compliant Debugger
 
-USES=		gmake libtool pkgconfig tar:bzip2
+USES=		gmake libtool makeinfo pkgconfig tar:bzip2
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 INFO=		openocd
 


More information about the svn-ports-head mailing list