freebsd-ports/comms/spandsp/Makefile
Fernando Apesteguía a55c182ab0 comms/spandsp: Update to 3.0.0
Patch consumers and bump PORTREVISION where appropriate.

PR:	258999
Reported by:	jailbird@fdf.net (maintainer)
Reviewed by:	madpilot@
2021-11-10 07:20:12 +01:00

28 lines
498 B
Makefile

# Created by: wlloyd@slap.net
PORTNAME= spandsp
DISTVERSION= ${SPANDSP_VERSION}.g20211014
CATEGORIES= comms
MAINTAINER= jailbird@fdf.net
COMMENT= DSP library and software FAX machine
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>