mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
081d1c405d
user mode API for Voicetronix 4 port analog DSP telephony cards PR: 21113 Submitted by: David Sugar <dyfet@gnu.org>
28 lines
595 B
Makefile
28 lines
595 B
Makefile
# Generated automatically from Makefile.in by configure.
|
|
# New ports collection makefile for: vpb2
|
|
# Date created: 07 Sept 2000
|
|
# Whom: David Sugar <dyfet@gnu.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vpb2
|
|
PORTVERSION= 2.0.3
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://www.voxilla.org/pub/vpb/
|
|
|
|
MAINTAINER= dyfet@gnu.org
|
|
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_AUTOCONF= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
|
|
|
|
post-extract:
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
's|-release \$$\(LT_RELEASE\)||g'
|
|
|
|
.include <bsd.port.mk>
|