diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-13 23:47:49 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-13 23:47:49 +0000 |
commit | c204644ec469e6b6264c0a607bfdd5b67f43071d (patch) | |
tree | fcfa147812e35fdbd93050ae61ccb7975aed645b /audio/Makefile | |
parent | New port: audio/coverhunter, a program fetching the covers of your digital mu... (diff) |
[New port] audio/ifp-line (interface to iRiver music players)
This port provides a simple but easy to use, and via
scriptability powerful interface to control iRiver's great
'ifp' series portable music players.
If there is a 'manager firmware' installed on this device,
it's not possible to gain access via umass(4). This port
uses libusb to connect directly via ugen.
PR: ports/71987
Submitted by: Thomas E. Zander <riggs@rrr.de>
Notes
Notes:
svn path=/head/; revision=119339
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index e094cc6984e7..ce6cfb7f2df3 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -156,6 +156,7 @@ SUBDIR += id3ren SUBDIR += id3tool SUBDIR += id3v2 + SUBDIR += ifp-line SUBDIR += jack SUBDIR += jamboree SUBDIR += juk |