mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
c204644ec4
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>
28 lines
490 B
Makefile
28 lines
490 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: ifp-line
|
|
# Date created: Sep 21, 2004
|
|
# Whom: riggs
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ifp-line
|
|
PORTVERSION= 0.2.4.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ifp-driver
|
|
|
|
MAINTAINER= riggs@rrr.de
|
|
COMMENT= Command line interface to iRiver music players
|
|
|
|
LIB_DEPENDS= usb-0.1.7:${PORTSDIR}/devel/libusb
|
|
|
|
MAN1= ifp.1
|
|
|
|
PLIST_FILES+= bin/ifp
|
|
|
|
post-install:
|
|
@${CAT} ${.CURDIR}/pkg-message
|
|
|
|
.include <bsd.port.mk>
|