1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/comms/spandsp/Makefile
Sunpoet Po-Chuan Hsieh c40c461d6d Use USES=localbase
- Remove CONFLICTS: comms/spandsp-devel has been removed almost 3 years
- Update pkg-descr
- Update WWW
2017-12-03 20:38:42 +00:00

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>