svn commit: r397827 - head/devel/librcc

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 25 15:17:33 UTC 2015


Author: amdmi3
Date: Fri Sep 25 15:17:31 2015
New Revision: 397827
URL: https://svnweb.freebsd.org/changeset/ports/397827

Log:
  - Add LICENSE
  - Strip libraries

Modified:
  head/devel/librcc/Makefile

Modified: head/devel/librcc/Makefile
==============================================================================
--- head/devel/librcc/Makefile	Fri Sep 25 15:14:18 2015	(r397826)
+++ head/devel/librcc/Makefile	Fri Sep 25 15:17:31 2015	(r397827)
@@ -3,7 +3,7 @@
 
 PORTNAME=	librcc
 PORTVERSION=	0.2.12
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	devel
 MASTER_SITES=	http://dside.dyndns.org/files/rusxmms/ \
 		LOCAL/fluffy
@@ -11,6 +11,9 @@ MASTER_SITES=	http://dside.dyndns.org/fi
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Library used by rusxmms for language autodetection
 
+LICENSE=	LGPL21 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	librcd.so:${PORTSDIR}/devel/librcd \
 		libenca.so:${PORTSDIR}/converters/enca \
 		libaspell.so:${PORTSDIR}/textproc/aspell
@@ -19,6 +22,7 @@ GNU_CONFIGURE=	yes
 USE_GNOME=	libxml2
 USES=		gmake iconv libtool pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list