summaryrefslogtreecommitdiff
path: root/comms/spandsp/Makefile
blob: d6a1968f7f2e46ec1838f44841cb2d63a09c2b55 (plain) (blame)
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=	spandsp
DISTVERSION=	${SPANDSP_VERSION}.g20211014
CATEGORIES=	comms

MAINTAINER=	jailbird@fdf.net
COMMENT=	DSP library and software FAX machine
WWW=		https://www.soft-switch.org/

LICENSE=	LGPL21

LIB_DEPENDS=	libtiff.so:graphics/tiff

USES=		autoreconf gmake jpeg libtool localbase

USE_GITHUB=	yes
GH_ACCOUNT=	freeswitch
GH_TAGNAME=	${GITHUB_COMMIT}
GITHUB_COMMIT=	284fe91

USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip

SPANDSP_VERSION=	3.0.0

.include <bsd.port.mk>