aboutsummaryrefslogtreecommitdiffstats
path: root/comms/spandsp/Makefile
blob: fb2b3cb20e4427d90ba72e471d3765e3d5d7b1eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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: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>