2013-06-20 22:04:50 +02:00
|
|
|
# Created by: wlloyd@slap.net
|
2005-07-01 00:22:38 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= spandsp
|
2014-12-15 19:46:58 +01:00
|
|
|
PORTVERSION= 0.0.6
|
2005-07-01 00:22:38 +02:00
|
|
|
CATEGORIES= comms
|
2014-12-15 19:46:58 +01:00
|
|
|
MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/
|
2005-07-01 00:22:38 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-06-20 22:04:50 +02:00
|
|
|
COMMENT= DSP library and software FAX machine
|
2005-07-01 00:22:38 +02:00
|
|
|
|
2014-12-15 19:46:58 +01:00
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libtiff.so:graphics/tiff
|
2005-07-01 00:22:38 +02:00
|
|
|
|
2010-08-31 19:26:07 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-08-27 13:42:20 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2014-12-15 19:46:58 +01:00
|
|
|
USES= autoreconf gmake libtool
|
2005-07-01 00:22:38 +02:00
|
|
|
|
2010-08-31 19:26:07 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-09-18 11:43:18 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2010-08-31 19:26:07 +02:00
|
|
|
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-07-01 00:22:38 +02:00
|
|
|
|
2010-08-31 19:26:07 +02:00
|
|
|
CONFLICTS= spandsp-devel-[0-9]*
|
2005-07-01 00:22:38 +02:00
|
|
|
|
2009-01-05 18:27:29 +01:00
|
|
|
.include <bsd.port.mk>
|