svn commit: r386287 - head/devel/fam

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 14 01:46:56 UTC 2015


Author: amdmi3
Date: Thu May 14 01:46:54 2015
New Revision: 386287
URL: https://svnweb.freebsd.org/changeset/ports/386287

Log:
  - Add CPE info
  - Add LICENSE

Modified:
  head/devel/fam/Makefile

Modified: head/devel/fam/Makefile
==============================================================================
--- head/devel/fam/Makefile	Thu May 14 01:46:42 2015	(r386286)
+++ head/devel/fam/Makefile	Thu May 14 01:46:54 2015	(r386287)
@@ -11,9 +11,15 @@ DIST_SUBDIR=	${PORTNAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	File alteration monitor
 
+LICENSE=	GPLv2 LGPL21
+LICENSE_COMB=	multi
+LICENSE_FILE_GPLv2=	${WRKSRC}/fam/COPYING
+LICENSE_FILE_LGPL21=	${WRKSRC}/libfam/COPYING
+
 CFLAGS+=	-Wno-deprecated
 
-USES=		autoreconf gmake libtool
+USES=		autoreconf cpe gmake libtool
+CPE_VENDOR=	sgi
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list