diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2021-03-10 14:28:07 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2021-03-10 14:28:07 +0000 |
commit | 6ca6533f6cb643bf7069a7e058e5b733a9cf03be (patch) | |
tree | 20b647366d52b4ef8b986bee93c2804d2429ee2c /audio/bcg729/Makefile | |
parent | bd15dc351c7ed2a19c26a3b423514ab01f9730a5 (diff) | |
download | ports-6ca6533f6cb643bf7069a7e058e5b733a9cf03be.tar.gz ports-6ca6533f6cb643bf7069a7e058e5b733a9cf03be.zip |
Notes
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 ; \ |