mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
c40c461d6d
- Remove CONFLICTS: comms/spandsp-devel has been removed almost 3 years - Update pkg-descr - Update WWW
22 lines
425 B
Makefile
22 lines
425 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 localbase
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|