mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
27 lines
553 B
Makefile
27 lines
553 B
Makefile
# Created by: wlloyd@slap.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= spandsp
|
|
PORTVERSION= 0.0.5
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ \
|
|
http://www.soft-switch.org/downloads/spandsp/old/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= DSP library and software FAX machine
|
|
|
|
LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= libtool autoconf
|
|
USES= gmake tar:tgz
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFLICTS= spandsp-devel-[0-9]*
|
|
|
|
.include <bsd.port.mk>
|