diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-19 00:37:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-19 00:37:54 +0000 |
commit | e1f08f9a0e6082129f8af296f966f612b01ce7ce (patch) | |
tree | daadf353ec3ca24c914a31ca7941ed452ce67610 /misc/Makefile | |
parent | Update to version 5.07 which has several bug fixes and enhancements. It also (diff) |
New Port: misc/wanpipe drivers for various sangoma cards
This package contains the latest Sangoma drivers that supports following
Sangoma cards under FreeBSD OS:
o AFT Series PCI/PCI Express cards
o S51x PCI cards:
The current version wanpipe-3.3.1 supports following protocols:
o Asterisk/Zaptel interface
o Cisco HDLC, Frame Relay and Point-to-Point
o PPPoE and PPPoA (for S518 ADSL card)
Release date: Tue Jul 15 14:27:03 UTC 2008
I have added a patch to configure_port.sh to accept a new parameter:
the WRKSRC and to not enable TDM_VOICE and WANPIPE by default.
Remove the pkg-deinstall script, that was just naughty.
Added "kldxref" to the pkg-plist (just in case).
Please note that:
- The Makefile contains KMODDIR, but it is not used in the pkg-plist
and in the softwares Makefiles.
- Please add kldxref to the post-install target.
PR: ports/125939
Submitted by: Josh Paetzel <josh@tcbug.org>
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 857b9e890a5d..e7ebc99be4c7 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -534,6 +534,7 @@ SUBDIR += vifm SUBDIR += viz SUBDIR += voltcraft304 + SUBDIR += wanpipe SUBDIR += whichman SUBDIR += wmScoreBoard SUBDIR += wmcalendar |