1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/comms/spandsp/Makefile
Pawel Pekala baea955556 - Update comms/spandsp to version 0.0.6 [1]
- 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)
2014-12-15 18:46:58 +00:00

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>