mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
baea955556
- Convert all comms/spandsp-devel consumers to use newer comms/spandsp - Bump affected ports - Mark comms/spandsp-devel as deprecated and set expiration date - Add upgrade instructions to UPDATING PR: 194399 [1] Submitted by: Nikola Kolev <koue@chaosophia.net> [1] Approved by: madpilot (asterisk ports), maintainer timeout (other)
28 lines
523 B
Makefile
28 lines
523 B
Makefile
# Created by: wlloyd@slap.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= spandsp
|
|
PORTVERSION= 0.0.6
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= DSP library and software FAX machine
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= autoreconf gmake libtool
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFLICTS= spandsp-devel-[0-9]*
|
|
|
|
.include <bsd.port.mk>
|