1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/comms/spandsp-devel/Makefile
Pav Lucistnik 1ca3a92b3d Reset maintainership (the domain has expired):
<joe@joeholden.co.uk>
    (reason: 553 5.3.5 system config error)

----- Transcript of session follows -----
553 5.3.5 127.0.0.1. config error: mail loops back to me (MX problem?)
554 5.3.5 Local configuration error
2008-06-17 19:29:50 +00:00

35 lines
778 B
Makefile

# New ports collection makefile for: spandsp-devel
# Date created: 2007-01-13
# Whom: Joe Holden <joe@joeholden.co.uk>
#
# $FreeBSD$
#
PORTNAME= spandsp
PORTVERSION= 0.0.4.p15
CATEGORIES= comms
MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ \
ftp://ftp.rewt.org.uk/pub/distfiles/
PKGNAMESUFFIX= -devel
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A DSP library and software FAX machine
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
WRKSRC= ${WRKDIR}/spandsp-${PORTVERSION:S/.p15//}
USE_AUTOTOOLS= libtool15
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG= yes
CONFLICTS= spandsp-[0-9]*
.include <bsd.port.mk>