svn commit: r395728 - head/devel/libsigc++20

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 31 21:24:50 UTC 2015


Author: amdmi3
Date: Mon Aug 31 21:24:49 2015
New Revision: 395728
URL: https://svnweb.freebsd.org/changeset/ports/395728

Log:
  - Add LICENSE
  - Switch to options helpers
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libsigc++20/Makefile

Modified: head/devel/libsigc++20/Makefile
==============================================================================
--- head/devel/libsigc++20/Makefile	Mon Aug 31 20:17:19 2015	(r395727)
+++ head/devel/libsigc++20/Makefile	Mon Aug 31 21:24:49 2015	(r395728)
@@ -10,6 +10,9 @@ MASTER_SITES=	GNOME
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Callback Framework for C++
 
+LICENSE=	LGPL21 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 
 GNU_CONFIGURE=	yes
@@ -22,11 +25,7 @@ PLIST_SUB=	API_VERSION="2.0"
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
-.if ! ${PORT_OPTIONS:MDOCS}
-CONFIGURE_ARGS+=--enable-documentation=no
-.endif
+DOCS_CONFIGURE_OFF=	--enable-documentation=no
 
 post-patch:
 	@${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||; \


More information about the svn-ports-all mailing list