summaryrefslogtreecommitdiff
path: root/devel/libosmo-abis/Makefile
blob: 5ef5285aa363d68025f0cfb210f940ebec3d4b93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	libosmo-abis
PORTVERSION=	0.7.0
CATEGORIES=	devel
MASTER_SITES=	http://git.osmocom.org/libosmo-abis/snapshot/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Shared code regarding the A-bis interface between BTS and BSC

LICENSE=	AGPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=	Uses EOL Python 2.7 via devel/libosmocore
EXPIRATION_DATE=2021-06-23

LIB_DEPENDS=	libosmocore.so:devel/libosmocore \
		libtalloc.so:devel/talloc \
		libortp.so:net/ortp

USES=		autoreconf gmake libtool pathfix pkgconfig
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes

post-patch:
	${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version

.include <bsd.port.mk>