diff options
Diffstat (limited to 'audio/bcg729/Makefile')
-rw-r--r-- | audio/bcg729/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/audio/bcg729/Makefile b/audio/bcg729/Makefile index a8e499e99f33..bc81a90e6c45 100644 --- a/audio/bcg729/Makefile +++ b/audio/bcg729/Makefile @@ -2,22 +2,25 @@ # $FreeBSD$ PORTNAME= bcg729 -PORTVERSION= 1.0.4 -PORTREVISION= 2 +PORTVERSION= 1.1.1 CATEGORIES= audio -MASTER_SITES= https://linphone.org/releases/sources/bcg729/ MAINTAINER= madpilot@FreeBSD.org COMMENT= Software G729A encoder and decoder library written in C LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake USE_LDCONFIG= yes CMAKE_ARGS= -DENABLE_STATIC=NO +USE_GITLAB= yes +GL_SITE= https://gitlab.linphone.org +GL_ACCOUNT= BC/public +GL_COMMIT= faaa895862165acde6df8add722ba4f85a25007d + post-configure: ${SED} 's|@prefix@|${PREFIX}|g ; s|@exec_prefix@|$${prefix}|g ; \ s|@libdir@|$${prefix}/lib|g ; s|@includedir@|$${prefix}/include|g ; \ |