svn commit: r380588 - head/www/castget

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 6 12:07:35 UTC 2015


Author: amdmi3
Date: Fri Mar  6 12:07:34 2015
New Revision: 380588
URL: https://svnweb.freebsd.org/changeset/ports/380588
QAT: https://qat.redports.org/buildarchive/r380588/

Log:
  - Add LICENSE
  - Strip library

Modified:
  head/www/castget/Makefile

Modified: head/www/castget/Makefile
==============================================================================
--- head/www/castget/Makefile	Fri Mar  6 12:07:23 2015	(r380587)
+++ head/www/castget/Makefile	Fri Mar  6 12:07:34 2015	(r380588)
@@ -3,13 +3,16 @@
 
 PORTNAME=	castget
 PORTVERSION=	1.0.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	www
 MASTER_SITES=	SAVANNAH CENKES
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Command-line podcast downloader
 
+LICENSE=	LGPL21 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING.LIB
+
 LIB_DEPENDS=	libid3.so:${PORTSDIR}/audio/id3lib \
 		libcurl.so:${PORTSDIR}/ftp/curl
 
@@ -20,6 +23,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--disable-static
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	bin/castget include/libcastget.h \
 		lib/libcastget.so lib/libcastget.so.0 lib/libcastget.so.0.0.0 \


More information about the svn-ports-head mailing list