mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
28 lines
511 B
Makefile
28 lines
511 B
Makefile
# 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>
|