openbsd-ports/telephony/spandsp/Makefile

48 lines
1.0 KiB
Makefile
Raw Normal View History

2012-08-23 13:42:27 -04:00
# $OpenBSD: Makefile,v 1.11 2012/08/23 17:42:27 sthen Exp $
COMMENT= DSP library for telephony
DISTNAME= spandsp-0.0.6pre18
2012-08-23 13:42:27 -04:00
REVISION= 0
CATEGORIES= telephony
MASTER_SITES= ${HOMEPAGE}downloads/spandsp/
EXTRACT_SUFX= .tgz
SHARED_LIBS= spandsp 6.0
HOMEPAGE= http://www.soft-switch.org/
MAINTAINER= Brad Smith <brad@comstyle.com>
# LGPLv2/GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2012-08-23 13:42:27 -04:00
WANTLIB= c jpeg m tiff z
WRKDIST= ${WRKDIR}/spandsp-0.0.6
2010-11-20 14:56:47 -05:00
LIB_DEPENDS+= graphics/tiff
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
# Test suite included, but requires many build dependencies
# and proprietary files from standards bodies.
NO_REGRESS= Yes
DOCS= README DueDiligence
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/spandsp
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/spandsp
.endfor
.include <bsd.port.mk>