svn commit: r384079 - head/net/tigervnc

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 16 01:51:04 UTC 2015


Author: amdmi3
Date: Thu Apr 16 01:51:03 2015
New Revision: 384079
URL: https://svnweb.freebsd.org/changeset/ports/384079

Log:
  - Add LICENSE_FILE
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/net/tigervnc/Makefile

Modified: head/net/tigervnc/Makefile
==============================================================================
--- head/net/tigervnc/Makefile	Thu Apr 16 01:50:57 2015	(r384078)
+++ head/net/tigervnc/Makefile	Thu Apr 16 01:51:03 2015	(r384079)
@@ -10,6 +10,7 @@ MAINTAINER=	meta+ports at vmeta.jp
 COMMENT=	High-performance, platform-neutral implementation of VNC
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENCE.TXT
 
 PATCH_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/x11-servers/xorg-server:patch
 BUILD_DEPENDS=	${LOCALBASE}/include/GL/internal/dri_interface.h:${PORTSDIR}/graphics/dri \
@@ -23,7 +24,7 @@ CONFLICTS=	tridiavnc-[0-9]* \
 		tightvnc-[0-9]* \
 		vnc-[0-9]*
 
-USES=		cmake gmake libtool pkgconfig python
+USES=		cmake cpe gmake libtool pkgconfig python
 USE_GL=		gl
 USE_AUTOTOOLS=	autoconf:env automake:env libtoolize:env
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list