aboutsummaryrefslogtreecommitdiff
path: root/comms/spandsp-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/spandsp-devel/Makefile')
-rw-r--r--comms/spandsp-devel/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/comms/spandsp-devel/Makefile b/comms/spandsp-devel/Makefile
deleted file mode 100644
index 4b2660ea9803..000000000000
--- a/comms/spandsp-devel/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: spandsp
-# Date created: 23 June 2005
-# Whom: wlloyd@slap.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= spandsp
-DISTVERSION= 0.0.2pre18
-CATEGORIES= comms
-MASTER_SITES= ftp://soft-switch.org/pub/spandsp/${PORTNAME}-${DISTVERSION}/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= pav
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Fax DSP library for Asterisk
-
-LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/pre.*$//}
-
-USE_GMAKE= yes
-USE_REINPLACE= yes
-
-USE_LIBTOOL_VER= 15
-CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-INSTALLS_SHLIB= yes
-
-post-patch:
- @${FIND} ${WRKSRC} -name *.c | ${XARGS} ${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|'
-
-.include <bsd.port.mk>