diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-04-24 09:01:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-04-24 09:01:22 +0000 |
commit | c447a7d155621af038ce95cac56e90c3ef894e47 (patch) | |
tree | 40fa04cb651b1ecd00bebce93a4508d3545ad390 /misc/openr2 | |
parent | 1520400efc418d59c98d943853deac3e9479d6d6 (diff) |
Notes
Diffstat (limited to 'misc/openr2')
-rw-r--r-- | misc/openr2/Makefile | 8 | ||||
-rw-r--r-- | misc/openr2/pkg-descr | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/openr2/Makefile b/misc/openr2/Makefile index 32b0e907f3e3..9d234e92146e 100644 --- a/misc/openr2/Makefile +++ b/misc/openr2/Makefile @@ -3,23 +3,23 @@ PORTNAME= openr2 PORTVERSION= 1.3.3 -PORTREVISION= 0 CATEGORIES= misc -MASTER_SITES= GOOGLE_CODE MAINTAINER= fjoe@FreeBSD.org COMMENT= MFC/R2 call setup library +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER + BUILD_DEPENDS= ${LOCALBASE}/include/dahdi/user.h:misc/dahdi USE_GITHUB= yes GH_ACCOUNT= moises-silva GH_TAGNAME= d6a5716 +USES= libtool localbase GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include INSTALL_TARGET= install-strip -USES= libtool USE_LDCONFIG= yes post-install: diff --git a/misc/openr2/pkg-descr b/misc/openr2/pkg-descr index d9b7dc135db0..bab4e8f918eb 100644 --- a/misc/openr2/pkg-descr +++ b/misc/openr2/pkg-descr @@ -7,4 +7,4 @@ them when needed, that's why this library does not depend directly on spandsp, libteletone or zaptel for tone generation and detection (depends on zaptel for CAS bits and general media transmission though) -WWW: http://libopenr2.org/ +WWW: https://libopenr2.org/ |