aboutsummaryrefslogtreecommitdiffstats
path: root/comms/vpb2/Makefile
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2000-11-01 21:06:23 +0800
committerjeh <jeh@FreeBSD.org>2000-11-01 21:06:23 +0800
commit30b77ecc905ea4985ef8027a638a9928a569644e (patch)
tree973499d7bf8beb242fae20c6535a8c963138c95c /comms/vpb2/Makefile
parentab4ba365e1f965bd06d4531dcdcc29e39869112c (diff)
downloadfreebsd-ports-gnome-30b77ecc905ea4985ef8027a638a9928a569644e.tar.gz
freebsd-ports-gnome-30b77ecc905ea4985ef8027a638a9928a569644e.tar.zst
freebsd-ports-gnome-30b77ecc905ea4985ef8027a638a9928a569644e.zip
New Port: coms/vpb2
user mode API for Voicetronix 4 port analog DSP telephony cards PR: 21113 Submitted by: David Sugar <dyfet@gnu.org>
Diffstat (limited to 'comms/vpb2/Makefile')
-rw-r--r--comms/vpb2/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/comms/vpb2/Makefile b/comms/vpb2/Makefile
new file mode 100644
index 000000000000..f4f06f36a7f3
--- /dev/null
+++ b/comms/vpb2/Makefile
@@ -0,0 +1,27 @@
+# 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>