diff options
-rw-r--r-- | net/appkonference/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/appkonference/Makefile b/net/appkonference/Makefile index d7470b1c6bfa..41ebeb9dd6f2 100644 --- a/net/appkonference/Makefile +++ b/net/appkonference/Makefile @@ -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/video conferencing plugin 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> |