664a2fa1e5
New major version 3.0.0
28 lines
518 B
Makefile
28 lines
518 B
Makefile
PORTNAME= spandsp
|
|
DISTVERSION= ${SPANDSP_VERSION}.g20211014
|
|
PORTREVISION= 1
|
|
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>
|