Date: Sun, 10 May 2015 17:34:45 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385969 - head/net/appkonference Message-ID: <201505101734.t4AHYjL4057209@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun May 10 17:34:44 2015 New Revision: 385969 URL: https://svnweb.freebsd.org/changeset/ports/385969 Log: - Add LICENSE - Strip library Modified: head/net/appkonference/Makefile Modified: head/net/appkonference/Makefile ============================================================================== --- head/net/appkonference/Makefile Sun May 10 16:56:25 2015 (r385968) +++ head/net/appkonference/Makefile Sun May 10 17:34:44 2015 (r385969) @@ -3,7 +3,7 @@ PORTNAME= appkonference PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF @@ -13,6 +13,9 @@ COMMENT= High-performance Asterisk voice BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + USE_CSTD= gnu89 USES= compiler:features gmake WRKSRC= ${WRKDIR}/${PORTNAME}/konference @@ -29,4 +32,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-fsingle-precision-constant||' ${WRKSRC}/Makefile .endif +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/asterisk/modules/app_konference.so + .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505101734.t4AHYjL4057209>