freebsd-ports/comms/spandsp/Makefile
Chris Rees e667a14c17 Fix build on FreeBSD 10
PR:		ports/167985 (based on)
Submitted by:	truckman
Obtained from:	comms/spandsp-devel
2012-09-01 17:18:41 +00:00

34 lines
703 B
Makefile

# New ports collection makefile for: spandsp
# Date created: 23 June 2005
# Whom: 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/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A DSP library and software FAX machine
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool autoconf
USE_GMAKE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
CONFLICTS= spandsp-devel-[0-9]*
.include <bsd.port.mk>