2007-01-18 09:51:20 +01:00
|
|
|
# New ports collection makefile for: spandsp-devel
|
|
|
|
# Date created: 2007-01-13
|
|
|
|
# Whom: Joe Holden <joe@joeholden.co.uk>
|
2005-07-01 00:22:38 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= spandsp
|
2008-01-04 14:20:50 +01:00
|
|
|
PORTVERSION= 0.0.4.p15
|
2005-07-01 00:22:38 +02:00
|
|
|
CATEGORIES= comms
|
2007-01-18 09:51:20 +01:00
|
|
|
MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ \
|
|
|
|
ftp://ftp.rewt.org.uk/pub/distfiles/
|
|
|
|
PKGNAMESUFFIX= -devel
|
2008-01-04 14:20:50 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/}
|
2007-01-18 09:51:20 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
2005-07-01 00:22:38 +02:00
|
|
|
|
2007-01-18 09:51:20 +01:00
|
|
|
MAINTAINER= joe@joeholden.co.uk
|
2008-01-04 14:20:50 +01:00
|
|
|
COMMENT= A DSP library and software FAX machine
|
2005-07-01 00:22:38 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
|
|
|
|
|
2008-01-04 14:20:50 +01:00
|
|
|
WRKSRC= ${WRKDIR}/spandsp-${PORTVERSION:S/.p15//}
|
|
|
|
USE_AUTOTOOLS= libtool15
|
2005-07-01 00:22:38 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-07-01 00:22:38 +02:00
|
|
|
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-07-01 00:22:38 +02:00
|
|
|
|
2007-01-18 09:51:20 +01:00
|
|
|
CONFLICTS= spandsp-[0-9]*
|
|
|
|
|
2007-04-23 10:19:32 +02:00
|
|
|
.include <bsd.port.mk>
|