aboutsummaryrefslogblamecommitdiff
path: root/devel/libosmo-abis/Makefile
blob: 6075f519d1f80cd2e9f60e573226a49c3ccd48b2 (plain) (tree)
1
2
3
4
5
6
7
8


                            
                     
                     
                                                             
 
                                 




                                                                             
                                                  
                                           
                                   
 
                                                          

                             
                   

           

                                                               
                      
# $FreeBSD$

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

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>