freebsd-ports/audio/ifp-line/Makefile
Edwin Groothuis c204644ec4 [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>
2004-10-13 23:47:49 +00:00

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>